Skip to content

Commit

Permalink
Updated for v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed May 1, 2023
1 parent bc08ff5 commit ebed401
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v3.2.7] - 1 May 2023

### Added

* Added support for exporting and importing tags for the current import/export models (log entries, domains, servers, and findings)

### Changed

* The legacy REST API key notification for new activity logs now displays the log's ID to be used with the API and extensions like `mythic_sync` and `cobalt_sync`
* When creating a new activity log from the project dashboard, that project will now be automatically selected for the new log

### Fixed

* Fixed sidebar search boxes not working as intended following changes in v3.2.3 (Closes #294)

## [v3.2.6] - 10 April 2023

### Changed
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v3.2.6
10 April 2023
v3.2.7
1 May 2023
4 changes: 2 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# 3rd Party Libraries
import environ

__version__ = "3.2.6"
__version__ = "3.2.7"
VERSION = __version__
RELEASE_DATE = "10 April 2023"
RELEASE_DATE = "1 May 2023"

ROOT_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
APPS_DIR = ROOT_DIR / "ghostwriter"
Expand Down

0 comments on commit ebed401

Please sign in to comment.