Skip to content

Commit 8312842

Browse files
committed
Bump to 3.9.7 and release
1 parent 657fe59 commit 8312842

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.9.7
1+
## 3.9.7 - 2026-01-29
22

33
* DBAGENT_IGNORED_FLUSH_FIELDS allows specifying fields to ignore when db:flush
44
compares data to know whether a table has changed.

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-
dbagent (3.9.6)
4+
dbagent (3.9.7)
55
base64 (~> 0.3)
66
bmg (~> 0.23.5)
77
net-ping (~> 2)

lib/db_agent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module DbAgent
22

33
# Current version of DbAgent
4-
VERSION = "3.9.6"
4+
VERSION = "3.9.7"
55

66
end

0 commit comments

Comments
 (0)