diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b9699..1fc364e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.5.1] - 2023-07-13 + +- Allow registering payments + ## [0.5.0] - 2023-04-20 - Specify dependencies version diff --git a/Gemfile.lock b/Gemfile.lock index 28c559f..082a995 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - incognia_api (0.5.0) + incognia_api (0.5.1) faraday (~> 1.10) faraday_middleware (~> 1.2) @@ -81,4 +81,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.3.7 + 2.4.13 diff --git a/lib/incognia_api/version.rb b/lib/incognia_api/version.rb index a33743d..c1945c3 100644 --- a/lib/incognia_api/version.rb +++ b/lib/incognia_api/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Incognia - VERSION = "0.5.0" + VERSION = "0.5.1" end