Skip to content

Commit 741d724

Browse files
authored
add/update methodologies and bump version to 0.10.0 (#28)
* add 3 methodologies and bump version to 0.10.0 * add the modified methodology
1 parent 87b89b1 commit 741d724

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "lib/data/0.9"]
55
path = lib/data/0.9
66
url = git@github.com:bugcrowd/methodology-taxonomy.git
7+
[submodule "lib/data/0.10"]
8+
path = lib/data/0.10
9+
url = git@github.com:bugcrowd/methodology-taxonomy.git

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)
55

6+
## [0.10.0] - 2025-02-18
7+
8+
### Added
9+
- New 0.10 submodule with latest methodology taxonomy including 3 new methodologies from PR #26
10+
- Blockchain Testing Methodology
11+
- Cloud Infrastructure Testing Methodology
12+
- Container Security Testing Methodology
13+
14+
### Changed
15+
- Updated Mobile iOS Methodology
16+
- Maintained 0.1 and 0.9 submodules for backward compatibility
17+
618
## [0.9.0] - 2025-09-12
719

820
### Added

lib/bmt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bmt
2-
VERSION = '0.9.0'.freeze
2+
VERSION = '0.10.0'.freeze
33
end

lib/data/0.10

Submodule 0.10 added at e19c511

0 commit comments

Comments
 (0)