Skip to content

Commit 5595e2e

Browse files
committed
chore(release): Prepare version 1.0.0-beta1
1 parent 3fea246 commit 5595e2e

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
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased](https://github.com/contentful/contentful.php/compare/0.9.0-beta2...HEAD)
6+
## [1.0.0-beta1](https://github.com/contentful/contentful.php/tree/1.0.0-beta1) (2018-03-26)
77

88
### Changed
99

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Client extends BaseClient
3232
*
3333
* @var string
3434
*/
35-
const VERSION = '0.11.0-dev';
35+
const VERSION = '1.0.0-beta1';
3636

3737
/**
3838
* The default URI to which all requests should be made.

0 commit comments

Comments
 (0)