Skip to content

Commit

Permalink
Ruby: release new patch version (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret committed Dec 6, 2023
1 parent ef7450e commit 1eb53b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- ...

## [0.2.2] – 2023-12-06

- Add code linter

## [0.2.1] – 2023-07-14

- Disable expiration verification
Expand Down
2 changes: 1 addition & 1 deletion ruby/truelayer-signing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "lib"))

Gem::Specification.new do |s|
s.name = "truelayer-signing"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "Ruby gem to produce and verify TrueLayer API requests signatures"
s.description = "TrueLayer provides instant access to open banking to " \
"easily integrate next-generation payments and financial data into any app." \
Expand Down

0 comments on commit 1eb53b9

Please sign in to comment.