diff --git a/README.md b/README.md index 69c38e2..b0cee28 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ The gem is available as open source under the terms of the [Apache 2.0 License]( * ~~Debug Rails 7.2 support (remove devise_invitable, see [#915](https://github.com/scambra/devise_invitable/issues/915))~~ * ~~Separate dct_references_s support into a separate model~~ * ~~Import/Export dct_references_s outside of the main document model~~ -* Distributions: Move import to background queue -* Data Dictionary: Add support for `document_data_dictionary` +* ~~Distributions: Move import to background queue~~ +* ~~Data Dictionary: Add support for `document_data_dictionary`~~ * Gazetteer: Add GeoNames support * Gazetteer: Add Who's On First support * Gazetteer: Add Ollama support diff --git a/lib/geoblacklight_admin/version.rb b/lib/geoblacklight_admin/version.rb index 2d20800..bdb81ee 100644 --- a/lib/geoblacklight_admin/version.rb +++ b/lib/geoblacklight_admin/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GeoblacklightAdmin - VERSION = "0.6.3" + VERSION = "0.7.0" end