diff --git a/CHANGELOG.md b/CHANGELOG.md index f37f002..0414935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/) +## 3.0.0 - 2024-02-24 + +### Changed + +* There are no changes between 3.0.0 and 3.0.0.beta.1 + ## 3.0.0.beta.1 - 2024-01-12 ### Changed diff --git a/lib/omniauth/cas/version.rb b/lib/omniauth/cas/version.rb index b1cff05..160d8e1 100644 --- a/lib/omniauth/cas/version.rb +++ b/lib/omniauth/cas/version.rb @@ -2,6 +2,6 @@ module OmniAuth module Cas - VERSION = '3.0.0.beta.1' + VERSION = '3.0.0' end end