Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fukayatsu committed Oct 3, 2023
1 parent 377e7ca commit 0e407fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unreleased

nothing
## 2.1.0 (2023-10-03)

- add: [Support GET /v1/%{team_name}/members/%{identifier} API by ppworks · Pull Request #63 · esaio/esa-ruby](https://github.com/esaio/esa-ruby/pull/63)
- doc: [Update "DELETE /v1/teams/bar/members/" section in the README](https://github.com/esaio/esa-ruby/pull/62)
- ci: [Bump actions/checkout from 3 to 4](https://github.com/esaio/esa-ruby/pull/61)
- ci: [Add github-actions to Dependabot](https://github.com/esaio/esa-ruby/pull/60)

## 2.0.0 (2023-04-06)

Expand Down
2 changes: 1 addition & 1 deletion lib/esa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Esa
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit 0e407fb

Please sign in to comment.