Skip to content

Commit

Permalink
3.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DC3-DCCI authored and dc3-tsd committed Apr 4, 2022
1 parent 2358f61 commit 1cb286f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased
## [3.6.2] - 2022-04-04

### Fixed
- config.load now accepts file_path as a string on pathlib.Path (@rhartig-ct)
Expand Down Expand Up @@ -479,7 +479,8 @@ It is assumed if you are not updating/adding tests.
- Fixed broken markdown headings from @bryant1410


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.1...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.2...HEAD
[3.6.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.1...3.6.2
[3.6.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.5.0...3.6.0
[3.5.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.4.0...3.5.0
Expand Down
2 changes: 1 addition & 1 deletion mwcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from mwcp.exceptions import *


__version__ = "3.6.1"
__version__ = "3.6.2"
2 changes: 1 addition & 1 deletion mwcp/config/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.6.1/mwcp/config/schema.json",
"$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.6.2/mwcp/config/schema.json",
"title": "Report",
"description": "Defines the report of all metadata elements.",
"type": "object",
Expand Down

0 comments on commit 1cb286f

Please sign in to comment.