We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657fe59 commit 8312842Copy full SHA for 8312842
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.9.7
+## 3.9.7 - 2026-01-29
2
3
* DBAGENT_IGNORED_FLUSH_FIELDS allows specifying fields to ignore when db:flush
4
compares data to know whether a table has changed.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- dbagent (3.9.6)
+ dbagent (3.9.7)
5
base64 (~> 0.3)
6
bmg (~> 0.23.5)
7
net-ping (~> 2)
lib/db_agent/version.rb
@@ -1,6 +1,6 @@
module DbAgent
# Current version of DbAgent
- VERSION = "3.9.6"
+ VERSION = "3.9.7"
end
0 commit comments