You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,33 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [2.0.0] - 2021-10-26
8
8
### Breaking Changes
9
9
- upgrade `json_api_client` version to `1.18.0`[#9](https://github.com/didww/didww-v3-ruby/pull/9)
10
10
Handling of 4XX responses was changed - it now raises JsonApiClient::Errors::ClientError with `detail` as error message instead of adding it into base errors.
11
+
- /v3/dids in request and response attributes pending_removal being removed in favor of billing_cycles_count.
12
+
- /v3/did_groups restriction message removed in favor of requirements relationship.
11
13
12
14
### Changes
13
15
- replace travis with github actions [#7](https://github.com/didww/didww-v3-ruby/pull/7)[#9](https://github.com/didww/didww-v3-ruby/pull/9)
14
16
- use rubocop 1.9.X version [#7](https://github.com/didww/didww-v3-ruby/pull/7)
0 commit comments