From 7ca1c053d375175f3b0881af197d612ab981fae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Thu, 26 Dec 2024 21:08:38 +0100 Subject: [PATCH] Bump to 0.4.0 --- CHANGELOG.md | 2 ++ rodauth-model.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8dbc1..59f73e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Add `password?` model method that returns whether a password is set (@janko) +* Drop support for Ruby 2.3 and 2.4 (@janko) + ## 0.3.0 (2024-10-12) * Add support for OTP Unlock feature (@janko) diff --git a/rodauth-model.gemspec b/rodauth-model.gemspec index 6908bf4..2c5dd1c 100644 --- a/rodauth-model.gemspec +++ b/rodauth-model.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "rodauth-model" - spec.version = "0.3.0" + spec.version = "0.4.0" spec.authors = ["Janko Marohnić"] spec.email = ["janko@hey.com"]