We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fea246 commit 5595e2eCopy full SHA for 5595e2e
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
-## [Unreleased](https://github.com/contentful/contentful.php/compare/0.9.0-beta2...HEAD)
+## [1.0.0-beta1](https://github.com/contentful/contentful.php/tree/1.0.0-beta1) (2018-03-26)
7
8
### Changed
9
src/Client.php
@@ -32,7 +32,7 @@ class Client extends BaseClient
32
*
33
* @var string
34
*/
35
- const VERSION = '0.11.0-dev';
+ const VERSION = '1.0.0-beta1';
36
37
/**
38
* The default URI to which all requests should be made.
0 commit comments