Skip to content

Commit 462e59e

Browse files
committed
version bump: v1.21.1
1 parent a07145a commit 462e59e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 1.21.1
46
- [#404](https://github.com/JsonApiClient/json_api_client/pull/404) - Expose NotFound json errors
5-
- [378](https://github.com/JsonApiClient/json_api_client/pull/378) - Add the ability to create a subclass of JsonApiClient::Resource to have a modified id method
7+
- [#378](https://github.com/JsonApiClient/json_api_client/pull/378) - Add the ability to create a subclass of JsonApiClient::Resource to have a modified id method
68

79
## 1.21.0
810
- [#395](https://github.com/JsonApiClient/json_api_client/pull/395) - relaxing faraday dependency to anything less than 2.0

lib/json_api_client/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonApiClient
2-
VERSION = "1.21.0"
2+
VERSION = "1.21.1"
33
end

0 commit comments

Comments
 (0)