Skip to content

Commit

Permalink
Prepare 0.6.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Mar 2, 2016
1 parent bf74a7f commit da7a035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.3-beta](https://github.com/contentful/contentful.php/tree/0.6.3-beta) (2016-01-02)

### Added
* Implemented missing functionality of Contentful Images API in ImageOptions.
* Implemented missing functionality of the Contentful Images API in ImageOptions.
* Added the missing method LogEntry::getResponse
* Added LogEntry::isError

Expand Down Expand Up @@ -44,4 +46,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/contentful/contentful.php/compare/0.6.2-beta...HEAD
[Unreleased]: https://github.com/contentful/contentful.php/compare/0.6.3-beta...HEAD
2 changes: 1 addition & 1 deletion src/Delivery/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class Client extends BaseClient
{
const VERSION = '0.6.3-dev';
const VERSION = '0.6.3-beta';

/**
* @var ResourceBuilder
Expand Down

0 comments on commit da7a035

Please sign in to comment.