···11+## [0.1.0] - 2024-03-12
22+33+- rejecting handles from disallowed domains like `.arpa` or `.test`
44+- validating handles with the `.well-known` file having a trailing newline
55+- validating handles with `.well-known` address returning a redirect
66+- added `#pick_valid_handle` helper
77+- allow overriding the nameserver for `Resolv::DNS`
88+- other bug fixes
99+110## [0.0.4] - 2024-03-07
211312- extracted resolving code from `DID` to a new `Resolver` class (`DID` has helper methods to call the resolver)
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.0.4"
44+ VERSION = "0.1.0"
55end