From fbcb6f81ae76c09e869f28ca3b6c12c179a6ebcd Mon Sep 17 00:00:00 2001 From: Sergio Bobillier Date: Fri, 29 Nov 2024 11:32:58 +0100 Subject: [PATCH] [RELEASE] Version 5.3.0 --- CHANGELOG.md | 2 ++ lib/dragnet/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a0a5c..bf22ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Please mark backwards incompatible changes with an exclamation mark at the start ## [Unreleased] +## [5.3.0] - 2024-12-03 + ### Added - The JSON export now includes the path to the MTR files. diff --git a/lib/dragnet/version.rb b/lib/dragnet/version.rb index 66b7446..329b40c 100644 --- a/lib/dragnet/version.rb +++ b/lib/dragnet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dragnet - VERSION = '5.2.1' + VERSION = '5.3.0' end