Skip to content

Commit 5443db6

Browse files
committed
chore(release): Prepare version 1.0.0
1 parent 7ac097f commit 5443db6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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/1.0.0-beta1...HEAD)
6+
## [1.0.0](https://github.com/contentful/contentful.php/tree/1.0.0) (2018-04-18)
7+
8+
No significant changes compared to previous release.
79

810
## [1.0.0-beta1](https://github.com/contentful/contentful.php/tree/1.0.0-beta1) (2018-03-26)
911

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 = '1.0.0-dev';
35+
const VERSION = '1.0.0';
3636

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

0 commit comments

Comments
 (0)