···11+## [0.2.2] - 2024-04-01
22+33+- added helpers for checking if a DID is known by (federated with) a relay or if the repo exists on its assigned PDS
44+15## [0.2.1] - 2024-03-26
2637- tweaked validations in `Document` and `PLCOperation` to make them more aligned with what might be expected
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.2.1"
44+ VERSION = "0.2.2"
55end