Skip to content

Commit e279907

Browse files
committed
version bumped to 1.1.0
1 parent c1a3207 commit e279907

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6-
## [Unreleased]
6+
## 1.1.0 / 2017-11-06
77

88
### Added:
99
- Implemented [Pipeline] support. ( *thanks to @marco_veenendaal* )
1010

1111
### Changed:
1212
- Added $params arg to Repositories:all method (issue #65)
1313

14+
### Fixed:
15+
- Include format param only in API v1
16+
1417
[Pipeline]: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pipelines
1518

1619

lib/Bitbucket/API/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Client extends ClientListener implements ClientInterface
3232
'api_versions' => array('1.0', '2.0'), // supported versions
3333
'format' => 'json',
3434
'formats' => array('json', 'xml'), // supported response formats
35-
'user_agent' => 'bitbucket-api-php/1.0.0 (https://bitbucket.org/gentlero/bitbucket-api)',
35+
'user_agent' => 'bitbucket-api-php/1.1.0 (https://bitbucket.org/gentlero/bitbucket-api)',
3636
'timeout' => 10,
3737
'verify_peer' => true
3838
);

0 commit comments

Comments
 (0)