Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bmt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bmt
VERSION = '0.9.0'.freeze
VERSION = '0.10.0'.freeze
end
1 change: 1 addition & 0 deletions lib/data/0.10
Submodule 0.10 added at e19c51