Skip to content

Commit

Permalink
Bumps version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottony committed Jul 14, 2023
1 parent 8630ecc commit 147b52a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5.1] - 2023-07-13

- Allow registering payments

## [0.5.0] - 2023-04-20

- Specify dependencies version
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
incognia_api (0.5.0)
incognia_api (0.5.1)
faraday (~> 1.10)
faraday_middleware (~> 1.2)

Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.7
2.4.13
2 changes: 1 addition & 1 deletion lib/incognia_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Incognia
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 147b52a

Please sign in to comment.