Skip to content

Commit ec84bc9

Browse files
committed
version bumped to 1.0.0
1 parent 8d61caf commit ec84bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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]
5+
## 1.0.0 / 2017-06-12
66

77
### Added:
88
- Endpoint to get a list of teams to which caller has access.

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-dev (https://bitbucket.org/gentlero/bitbucket-api)',
35+
'user_agent' => 'bitbucket-api-php/1.0.0 (https://bitbucket.org/gentlero/bitbucket-api)',
3636
'timeout' => 10,
3737
'verify_peer' => true
3838
);

0 commit comments

Comments
 (0)