From 626d466bccf2d5452b93b15882b0e286d1cc0d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Wed, 4 May 2022 22:44:34 +0200 Subject: [PATCH] Bump to 1.4.0 --- CHANGELOG.md | 6 +++++- lib/rodauth/rails/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86833f1f..4a2a0388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## HEAD +## 1.4.0 (2022-05-04) + +* Move association definitions to `#associations` Rodauth method, allowing external features to extend them (@janko) + +* Add Sequel support for generating database migrations, model, and mailer (@janko) * Skip calling Rodauth app on asset requests when using Sprockets or Propshaft (@janko) diff --git a/lib/rodauth/rails/version.rb b/lib/rodauth/rails/version.rb index 5891ee60..255db4d5 100644 --- a/lib/rodauth/rails/version.rb +++ b/lib/rodauth/rails/version.rb @@ -1,5 +1,5 @@ module Rodauth module Rails - VERSION = "1.3.1" + VERSION = "1.4.0" end end