Skip to content

Commit 16e9da1

Browse files
committed
Merge tag '0.6.1' into develop
0.6.1
2 parents 5a96f68 + f3175f6 commit 16e9da1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

5-
## [unreleased] / [unreleased]
5+
## 0.6.1 / 2015-03-24
66

77
### Changed:
88
- Better parameters validation and type hints.
9+
- Documentation has been updated and is available at http://gentlero.bitbucket.org/bitbucket-api/
910

1011
### Fixed:
1112
- Request body was build the wrong way when no ( _or wrong type of_ ) additional params where passed to Repository::create()

lib/Bitbucket/API/Http/Client.php

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

0 commit comments

Comments
 (0)