diff --git a/CHANGELOG.md b/CHANGELOG.md index e1db161..c49e1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master (unreleased) +## 0.17.1 (2024-04-28) + - Fix raising in development when using sharding and background index creation/removal was not enqueued ## 0.17.0 (2024-04-23) diff --git a/Gemfile.lock b/Gemfile.lock index 20cff76..8f92b7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - online_migrations (0.17.0) + online_migrations (0.17.1) activerecord (>= 6.1) GEM diff --git a/lib/online_migrations/version.rb b/lib/online_migrations/version.rb index b0afdb3..226e23d 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.17.0" + VERSION = "0.17.1" end