Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Nov 21, 2017
1 parent bfd5fec commit 9922257
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-beta2 - unreleased
## 3.1.0 - unreleased

ADDED:

Expand All @@ -8,6 +8,23 @@ REMOVED:

FIXED:

## 3.0.0 - 2017-11-21

CHANGED:

- Increased minimum PHP version requirement to 7.1
- `ExceptionFactoryInterface` methods must return `JsonApiExceptionInterface` (__BREAKING__)
- `AbstractDocument::getJsonApi()` and `AbstractDocument::getLinks()` return types must be declared (__BREAKING__)
- `ResourceTransformerInterface::getLinks()` return type must be declared (__BREAKING__)

REMOVED:

- `TransformerTrait::toBool()` and `TransformerTrait::toInt()` methods

FIXED:

- Some minor type declaration-related issues

## 3.0.0-beta1 - 2017-09-14

CHANGED:
Expand Down

0 comments on commit 9922257

Please sign in to comment.