···11+## [0.2.3] - 2024-07-02
22+33+- added a `DID#get_audit_log` method that fetches the PLC audit log for a DID
44+- added a way to set an error handler in `PLCImporter`
55+- 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
66+- minor bug fixes
77+18## [0.2.2] - 2024-04-01
29310- added helpers for checking if a DID is known by (federated with) a relay or if the repo exists on its assigned PDS
+1-1
lib/didkit/version.rb
···11# frozen_string_literal: true
2233module DIDKit
44- VERSION = "0.2.2"
44+ VERSION = "0.2.3"
55end