Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Jul 11, 2022
1 parent d105a4b commit ee4e143
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.2.1] - 2022-07-12

- Fix middleware options compatibility and refactor

## [0.2.0] - 2022-07-11

- Migrate to UID2 V2 API
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uid2 (0.2.0)
uid2 (0.2.1)
faraday (>= 1)
faraday_middleware (>= 1)
hashie (>= 4)
Expand Down
2 changes: 1 addition & 1 deletion lib/uid2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uid2
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit ee4e143

Please sign in to comment.