1 parent b9009e2 commit 79ef26dCopy full SHA for 79ef26d
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# CHANGELOG
2
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
+
10
## [1.4.0] - Feb 17, 2017
11
- Allow passing a callback_url param, see https://github.com/arunagw/omniauth-twitter/pull/107
lib/omniauth-twitter/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module Twitter
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end
0 commit comments