From b34803c335c5087e69a91606cc36d73ae4133683 Mon Sep 17 00:00:00 2001 From: fatkodima Date: Fri, 20 Sep 2024 02:32:34 +0300 Subject: [PATCH] Release 0.19.5 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/online_migrations/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13942d..bebf775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master (unreleased) +## 0.19.5 (2024-09-20) + - Fix `add_reference_concurrently` when adding polymorphic references ## 0.19.4 (2024-09-02) diff --git a/Gemfile.lock b/Gemfile.lock index be55623..be52df8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - online_migrations (0.19.4) + online_migrations (0.19.5) activerecord (>= 6.1) GEM diff --git a/lib/online_migrations/version.rb b/lib/online_migrations/version.rb index 87d63ef..d656680 100644 --- a/lib/online_migrations/version.rb +++ b/lib/online_migrations/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OnlineMigrations - VERSION = "0.19.4" + VERSION = "0.19.5" end