From 48c6890debeae20b97a4f0b611caa8fab842eeb9 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Thu, 25 Jan 2024 03:32:56 -0800 Subject: [PATCH] Updated the ChangeLog for 1.0.3. --- ChangeLog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index dbadde1..5e0f71b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,12 @@ +### 1.0.3 / 2024-01-25 + +* Switched to using `require_relative` to improve load-times. +* Added `# frozen_string_literal: true` to all files. + +#### Nmap::Command + +* The `--mtu` option now accepts an option numeric value. + ### 1.0.2 / 2023-09-01 #### Nmap::Command