Skip to content

Commit a8bd9b2

Browse files
authored
Merge pull request #86 from dlindahl/release/v3.0.0
Update changelog and version
2 parents 5f7f7fb + 0553de7 commit a8bd9b2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](https://semver.org/)
77

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+
814
## 3.0.0.beta.1 - 2024-01-12
915

1016
### Changed

lib/omniauth/cas/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module Cas
5-
VERSION = '3.0.0.beta.1'
5+
VERSION = '3.0.0'
66
end
77
end

0 commit comments

Comments
 (0)