Skip to content

Commit

Permalink
Merge pull request #260 from line/release/v1.25.0
Browse files Browse the repository at this point in the history
Release v1.25.0
  • Loading branch information
zenizh authored Jul 13, 2022
2 parents a731a26 + 8a0bc61 commit 3ea3f31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Change Log

## [v1.25.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.25.0) (2022-07-13)
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.24.0...v1.25.0)

**Closed issues:**

- Incorrect description of types specifier list in Rdoc [\#257](https://github.com/line/line-bot-sdk-ruby/issues/257)

**Merged pull requests:**

- create validate\_rich\_menu method [\#259](https://github.com/line/line-bot-sdk-ruby/pull/259) ([kenta-takeuchi](https://github.com/kenta-takeuchi))
- fix types specifier list in Rdoc [\#258](https://github.com/line/line-bot-sdk-ruby/pull/258) ([kenta-takeuchi](https://github.com/kenta-takeuchi))

## [v1.24.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.24.0) (2022-05-30)
[Full Changelog](https://github.com/line/line-bot-sdk-ruby/compare/v1.23.0...v1.24.0)

**Merged pull requests:**

- Release v1.24.0 [\#254](https://github.com/line/line-bot-sdk-ruby/pull/254) ([zenizh](https://github.com/zenizh))
- Add ID token verification endpoint [\#253](https://github.com/line/line-bot-sdk-ruby/pull/253) ([yskkin](https://github.com/yskkin))

## [v1.23.0](https://github.com/line/line-bot-sdk-ruby/tree/v1.23.0) (2022-01-27)
Expand Down
2 changes: 1 addition & 1 deletion lib/line/bot/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
module Line
module Bot
module API
VERSION = "1.24.0"
VERSION = "1.25.0"
end
end
end

0 comments on commit 3ea3f31

Please sign in to comment.