Skip to content

Commit

Permalink
Bump version, expand on changelog, add author
Browse files Browse the repository at this point in the history
  • Loading branch information
arcwhite committed Jul 24, 2024
1 parent 5485cfe commit 784ac1d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,31 @@ 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/)

## [Unreleased]
## [0.6.0] - 2024-07-23

### Added
- AI LLM Testing Methodology

## [0.5.2]

### Changed
- Title of API Methodology updated

## [0.5.1] - 2023-04-06

### Changes
- None; Version bump because we forgot to update the git submodule

## [0.5.0] - 2023-04-05

### Added
- API Testing Methodology included

## [0.4.0] - 2023-03-03

### Added
- support for methodologies v0.1
- Added new methodology for mobile_ios
- Added new methodology for mobile_android
- Added new methodology for binaries
- Added new methodology for network
- Added new methodology for Api Testing

### Changed

### Removed
4 changes: 2 additions & 2 deletions bmt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
spec.name = 'bmt'
spec.version = Bmt::VERSION
spec.platform = Gem::Platform::RUBY
spec.authors = ['Federico Tagliabue']
spec.email = ['[email protected]']
spec.authors = ['Federico Tagliabue', 'Andy White']
spec.email = ['[email protected]', '[email protected]']
spec.date = Date.today.to_s
spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy'
spec.homepage = 'https://github.com/bugcrowd/bmt-ruby'
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.5.2'.freeze
VERSION = '0.6.0'.freeze
end

0 comments on commit 784ac1d

Please sign in to comment.