From fb069ce1bac96e8e5e1cd200e153dbde041fc2cd Mon Sep 17 00:00:00 2001 From: Gary Tou Date: Fri, 24 Mar 2023 00:22:17 -0700 Subject: [PATCH] Bump increase to 0.3.1 --- CHANGELOG.md | 5 ++++- README.md | 4 ++-- lib/increase/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea48b50..bb9305a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## Unreleased +## [0.3.1] - 2023-03-23 + +### Enhancements - Support Faraday >= 1.0.1 (https://github.com/garyhtou/increase-ruby/pull/8) + ## [0.3.0] - 2023-03-23 ### Enhancements diff --git a/README.md b/README.md index 022fde1..a2c9a4b 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Bare-Metal Banking APIs! Install the gem and add to the application's Gemfile by executing: ```sh -$ bundle add increase -v 0.3.0 +$ bundle add increase -v 0.3.1 ``` If bundler is not being used to manage dependencies, install the gem by executing: ```sh -$ gem install increase -v 0.3.0 +$ gem install increase -v 0.3.1 ``` ## Usage diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 5cfe36c..0f4eb84 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "0.3.0" + VERSION = "0.3.1" end