diff --git a/.gitmodules b/.gitmodules index 1d075ee..e348811 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/data/0.9"] path = lib/data/0.9 url = git@github.com:bugcrowd/methodology-taxonomy.git +[submodule "lib/data/0.10"] + path = lib/data/0.10 + url = git@github.com:bugcrowd/methodology-taxonomy.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d06ef1..4da224c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.10.0] - 2025-02-18 + +### Added +- New 0.10 submodule with latest methodology taxonomy including 3 new methodologies from PR #26 +- Blockchain Testing Methodology +- Cloud Infrastructure Testing Methodology +- Container Security Testing Methodology + +### Changed +- Updated Mobile iOS Methodology +- Maintained 0.1 and 0.9 submodules for backward compatibility + ## [0.9.0] - 2025-09-12 ### Added diff --git a/lib/bmt/version.rb b/lib/bmt/version.rb index 16979ac..163341d 100644 --- a/lib/bmt/version.rb +++ b/lib/bmt/version.rb @@ -1,3 +1,3 @@ module Bmt - VERSION = '0.9.0'.freeze + VERSION = '0.10.0'.freeze end diff --git a/lib/data/0.10 b/lib/data/0.10 new file mode 160000 index 0000000..e19c511 --- /dev/null +++ b/lib/data/0.10 @@ -0,0 +1 @@ +Subproject commit e19c511936e031aafa5f7589b1e50a0940e6cb01