Skip to content

Commit eb20b44

Browse files
committed
chore(release): Prepare version 2.0.0-beta2
1 parent 85d443c commit eb20b44

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
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-core.php/compare/2.0.0-beta1...HEAD)
6+
## [2.0.0-beta2](https://github.com/contentful/contentful-core.php/tree/2.0.0-beta2) (2018-10-15)
7+
8+
### Added
9+
10+
* The following interfaces have been added: `AssetInterface`, `ContentTypeInterface`, `EntryInterface`, `ClientInterface`, `ResourcePoolInterface`.
11+
12+
### Changed
13+
14+
* Client objects now must declare a `request` method defined in `ClientInterface`.
15+
* `ResourceArray` now implements `ResourceInterface`.
16+
* Logic for querying the API has been refactored into the new `Requester` class.
17+
* Client methods `getVersion`, `getPackageName`, `getSdkName`, and `getApiContentType` are now static. **[BREAKING]**
718

819
## [2.0.0-beta1](https://github.com/contentful/contentful-core.php/tree/2.0.0-beta1) (2018-09-18)
920

0 commit comments

Comments
 (0)