Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 31, 2023
1 parent 248d6ca commit d642e70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/matteoredz/rack-idempotency_key/compare/v0.1.0...v0.1.1) (2023-03-31)


### Bug Fixes

* check size of path segments against each configured route ([#3](https://github.com/matteoredz/rack-idempotency_key/issues/3)) ([248d6ca](https://github.com/matteoredz/rack-idempotency_key/commit/248d6cafbcb875781b0a3673db8561d31db464f7))

## 0.1.0 (2023-01-20)


Expand Down
2 changes: 1 addition & 1 deletion lib/rack/idempotency_key/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rack
class IdempotencyKey
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit d642e70

Please sign in to comment.