From 6cf077cd64c623a503a81a59470d65c0d18c5c4b Mon Sep 17 00:00:00 2001 From: Jay Wolff Date: Sun, 29 Dec 2024 22:31:51 -0500 Subject: [PATCH] bump version 0.2.2 --- CHANGELOG.md | 6 ++++++ lib/devise-twilio-verify/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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