We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4790e9e commit f73228fCopy full SHA for f73228f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## v6.5.0 (2023-09-21)
2
3
- Adding logging functionality to the code, including the ability
4
to specify log file destination and log level for both the file and
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- search_solr_tools (6.4.1)
+ search_solr_tools (6.5.0)
5
ffi-geos (~> 2.4.0)
6
iso8601 (~> 0.13.0)
7
logging (~> 2.3.1)
lib/search_solr_tools/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SearchSolrTools
- VERSION = '6.4.1'
+ VERSION = '6.5.0'
end
0 commit comments