Skip to content

Commit bd759fb

Browse files
committed
version bump: v1.19.0
1 parent 3e801e1 commit bd759fb

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
@@ -1,9 +1,11 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 1.19.0
46
- [#382](https://github.com/JsonApiClient/json_api_client/pull/382) - Add extra error classes to hande server errors.
57

6-
- (#386)[https://github.com/JsonApiClient/json_api_client/pull/386] - use HashWithIndifferentAccess
8+
- [#386](https://github.com/JsonApiClient/json_api_client/pull/386)- use HashWithIndifferentAccess
79

810
## 1.18.0
911
- [#372](https://github.com/JsonApiClient/json_api_client/pull/372) - Fix handling of dashed-types associations correctly

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.18.0"
2+
VERSION = "1.19.0"
33
end

0 commit comments

Comments
 (0)