Skip to content

Commit

Permalink
Bump increase to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhtou committed Mar 24, 2023
1 parent 3f09f59 commit fb069ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit fb069ce

Please sign in to comment.