We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7f7fb + 0553de7 commit a8bd9b2Copy full SHA for a8bd9b2
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
6
project adheres to [Semantic Versioning](https://semver.org/)
7
8
+## 3.0.0 - 2024-02-24
9
+
10
+### Changed
11
12
+* There are no changes between 3.0.0 and 3.0.0.beta.1
13
14
## 3.0.0.beta.1 - 2024-01-12
15
16
### Changed
lib/omniauth/cas/version.rb
@@ -2,6 +2,6 @@
2
3
module OmniAuth
4
module Cas
- VERSION = '3.0.0.beta.1'
+ VERSION = '3.0.0'
end
0 commit comments