From 0310f9ae1657bcc1a81da3656a11fc1849ddff79 Mon Sep 17 00:00:00 2001 From: Adarsha K S Date: Wed, 20 Aug 2025 17:19:56 +0530 Subject: [PATCH 1/2] Update methodology-taxonomy submodule to include new Active Directory and Internal Network methodologies --- lib/data/0.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/data/0.1 b/lib/data/0.1 index 31f6d3a..f8aa588 160000 --- a/lib/data/0.1 +++ b/lib/data/0.1 @@ -1 +1 @@ -Subproject commit 31f6d3a1b79829d2f850cc6ae4f6f332090adc16 +Subproject commit f8aa5884da64ffc3d000126dff067cd7abde3b6a From 762dc9300e0353c24df287b1f761e1bb68290c61 Mon Sep 17 00:00:00 2001 From: Adarsha K S Date: Wed, 20 Aug 2025 17:26:17 +0530 Subject: [PATCH 2/2] Bump version to 0.7.0 for new Active Directory and Internal Network methodologies --- CHANGELOG.md | 6 ++++++ lib/bmt/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb943dd..fb6b641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/) +## [0.7.0] - 2025-01-24 + +### Added +- Active Directory Testing Methodology +- Internal Network Testing Methodology + ## [0.6.0] - 2024-07-23 ### Added diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index 29f9da6..e9ac69d 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,3 +1,3 @@ module Bmt - VERSION = '0.6.0'.freeze + VERSION = '0.7.0'.freeze end