From f478e549eaecd381e4ef2bfdfe7592daf1c1d5ed Mon Sep 17 00:00:00 2001 From: Alexander Lang Date: Sun, 25 Feb 2024 17:46:23 +0100 Subject: [PATCH] bump version --- CHANGES.md | 4 ++++ lib/couch_potato/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 39146c1..9593548 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ## Changes +# 1.14.0 + +- add database_collection to models to help avoid n+1 requests + # 1.13.0 - add Ruby 3.2 support diff --git a/lib/couch_potato/version.rb b/lib/couch_potato/version.rb index d8990ce..5647e32 100644 --- a/lib/couch_potato/version.rb +++ b/lib/couch_potato/version.rb @@ -1,4 +1,4 @@ module CouchPotato - VERSION = '1.13.0'.freeze + VERSION = '1.14.0'.freeze RSPEC_VERSION = '4.1.0'.freeze end