We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d105a4b commit ee4e143Copy full SHA for ee4e143
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## [Unreleased]
2
3
+## [0.2.1] - 2022-07-12
4
+
5
+- Fix middleware options compatibility and refactor
6
7
## [0.2.0] - 2022-07-11
8
9
- Migrate to UID2 V2 API
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- uid2 (0.2.0)
+ uid2 (0.2.1)
faraday (>= 1)
faraday_middleware (>= 1)
hashie (>= 4)
lib/uid2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Uid2
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
0 commit comments