diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d1777..dfacf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Not Yet Released +## [0.4.2] - 2023-11-06 + - `SEARCHCRAFT_DEBUG=true` is the same as `SearchCraft.debug = true` and shows internal debugging of errors and activities - `SearchCraft.config.disable_annotate = true` to disable automatic annotation of models (which is enabled by default if `annotate_model` gem discovered) diff --git a/demo_app/Gemfile.lock b/demo_app/Gemfile.lock index eed13e8..82d3d13 100644 --- a/demo_app/Gemfile.lock +++ b/demo_app/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - searchcraft (0.4.1) + searchcraft (0.4.2) activerecord scenic (~> 1.7) diff --git a/lib/searchcraft/version.rb b/lib/searchcraft/version.rb index 0e7b05a..faca03f 100644 --- a/lib/searchcraft/version.rb +++ b/lib/searchcraft/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SearchCraft - VERSION = "0.4.1" + VERSION = "0.4.2" end