Skip to content

Commit c0b0c4f

Browse files
committed
version bump v1.5.0
1 parent c7b093c commit c0b0c4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## v1.5.0
6+
7+
- [#239](https://github.com/chingor13/json_api_client/pull/239) - Configurable pagination params
8+
- [#238](https://github.com/chingor13/json_api_client/pull/238) - Parse links after creating a resource
9+
- [#230](https://github.com/chingor13/json_api_client/pull/230) - Unformat error source parameters via key formatter.
510
- [#228](https://github.com/chingor13/json_api_client/pull/228) - All schema types to be pluggable.
611

712
## v1.4.0

lib/json_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.4.0"
2+
VERSION = "1.5.0"
33
end

0 commit comments

Comments
 (0)