diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d4610..cbc5887 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](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.2.2] - 2024-12-29 + +### Changed + +- Updated gemspec summary/description + ## [0.2.1] - 2024-12-29 ### Changed diff --git a/lib/devise-twilio-verify/version.rb b/lib/devise-twilio-verify/version.rb index 9775ca3..0ba8813 100644 --- a/lib/devise-twilio-verify/version.rb +++ b/lib/devise-twilio-verify/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DeviseTwilioVerify - VERSION = '0.2.1' + VERSION = '0.2.2' end