Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Aug 17, 2022
1 parent 3db172a commit 5eed90e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

* Nothing.

## [2.1.0] - 2022-08-17

### Changed

* The `Repository` is split up into one trait per action [#91](https://github.com/swisnl/json-api-client/issues/91). This allows you to build your own repository by extending the `BaseRepository` and including just the actions/traits you need. See the (updated) readme for usage instructions. The `Repository` now uses these new traits and should be fully backwards compatible.
Expand Down

0 comments on commit 5eed90e

Please sign in to comment.