Skip to content

Commit

Permalink
release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jul 2, 2024
1 parent 17309d4 commit fd92978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.3] - 2024-07-02

- added a `DID#get_audit_log` method that fetches the PLC audit log for a DID
- added a way to set an error handler in `PLCImporter`
- reverted the change from 0.2.1 that added Ruby stdlib dependencies explicitly to the gemspec, since this causes more problems than it's worth
- minor bug fixes

## [0.2.2] - 2024-04-01

- added helpers for checking if a DID is known by (federated with) a relay or if the repo exists on its assigned PDS
Expand Down
2 changes: 1 addition & 1 deletion lib/didkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DIDKit
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit fd92978

Please sign in to comment.