We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8c581 commit fbcb6f8Copy full SHA for fbcb6f8
CHANGELOG.md
@@ -8,6 +8,8 @@ Please mark backwards incompatible changes with an exclamation mark at the start
8
9
## [Unreleased]
10
11
+## [5.3.0] - 2024-12-03
12
+
13
### Added
14
- The JSON export now includes the path to the MTR files.
15
lib/dragnet/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Dragnet
4
- VERSION = '5.2.1'
+ VERSION = '5.3.0'
5
end
0 commit comments