Skip to content

Commit f44cf26

Browse files
authored
Updated pentest methodologies (#25)
1 parent 5751486 commit f44cf26

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.8.0] - 2025-09-10
7+
8+
### Added
9+
- Hardware Testing Methodology
10+
11+
### Changed
12+
- Updated AI LLM Testing Methodology with new content and structure
13+
- Updated API Testing Methodology with enhanced testing procedures
14+
615
## [0.7.0] - 2025-01-24
716

817
### 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.7.0'.freeze
2+
VERSION = '0.8.0'.freeze
33
end

0 commit comments

Comments
 (0)