Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 7, 2024
1 parent 9a9074a commit 25fd0bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.4] - 2024-03-07

- extracted resolving code from `DID` to a new `Resolver` class (`DID` has helper methods to call the resolver)
- added `Resolver#get_validated_handle` method to validate handles from the `Document` (+ helpers in `DID` in `Document`)
- added timeout to `#resolve_handle_by_well_known`

## [0.0.3] - 2024-03-06

- added `Document#handles` with handle info extracted from `alsoKnownAs` field
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.0.3"
VERSION = "0.0.4"
end

0 comments on commit 25fd0bb

Please sign in to comment.