···11+## [0.0.2] - 2025-12-23
22+33+- added `#operation` method (aliased as `#op`) to `Operation`
44+- added `#resolve_did` for calling the `/resolve/:did` API endpoint
55+- workaround for `isActive` field sent as `is_active` in identity events
66+17## [0.0.1] - 2025-12-22
2839- first working version, with streaming from Tap, support for ack and admin password options, and calling two HTTP endpoints
+1-1
lib/tapfall/version.rb
···11# frozen_string_literal: true
2233module Tapfall
44- VERSION = '0.0.1'
44+ VERSION = '0.0.2'
55end