From 0553de7b504178c38b5d539ed1f66802e6290bb8 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 24 Feb 2024 12:45:46 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 6 ++++++ lib/omniauth/cas/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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