Skip to content

Commit f73228f

Browse files
v6.5.0
1 parent 4790e9e commit f73228f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v6.5.0 (2023-09-21)
22

33
- Adding logging functionality to the code, including the ability
44
to specify log file destination and log level for both the file and

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
search_solr_tools (6.4.1)
4+
search_solr_tools (6.5.0)
55
ffi-geos (~> 2.4.0)
66
iso8601 (~> 0.13.0)
77
logging (~> 2.3.1)

lib/search_solr_tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SearchSolrTools
4-
VERSION = '6.4.1'
4+
VERSION = '6.5.0'
55
end

0 commit comments

Comments
 (0)