Skip to content

Commit 79ef26d

Browse files
raysrashmiclaude
andcommitted
Bump version to 1.5.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b9009e2 commit 79ef26d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# CHANGELOG
22

3+
## [1.5.0] - Jul 6, 2026
4+
- Switch the API site from `api.twitter.com` to `api.x.com`, see https://github.com/arunagw/omniauth-twitter/pull/150
5+
- Bump `omniauth-oauth` dependency to `~> 1.2`, see https://github.com/arunagw/omniauth-twitter/pull/158
6+
- Add `cgi` as a runtime dependency
7+
- Remove `bundler` development dependency from the gemspec, see https://github.com/arunagw/omniauth-twitter/pull/155
8+
- Test against Ruby 3.3, 3.4 and 4.0 in CI
9+
310
## [1.4.0] - Feb 17, 2017
411
- Allow passing a callback_url param, see https://github.com/arunagw/omniauth-twitter/pull/107

lib/omniauth-twitter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Twitter
3-
VERSION = "1.4.0"
3+
VERSION = "1.5.0"
44
end
55
end

0 commit comments

Comments
 (0)