Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
michenriksen committed May 19, 2019
1 parent 88659a2 commit c133e55
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0]

### Added
- New `session:start` and `session:end` events have been introduced in the event bus to allow agents to perform bootstrap
and cleanup tasks if needed
- A temporary user directory is now created for the Chrome/Chromium process and additional command line flags have been
added to increase compartmentalization

### Changed
- Production versions of Vue.js and Vue Router are now used in the HTML report for increased performance
- List of user agents have been updated to current list of most common user agents

## [1.7.0-beta.2]

### Fixed
Expand Down Expand Up @@ -99,7 +111,8 @@ Complete rewrite and simplification of Aquatone. Now written in Go and focused o
- Domain discovery (`aquatone-discover`)
- Domain takeover discovery (`aquatone-takeover`)

[Unreleased]: https://github.com/michenriksen/aquatone/compare/v1.7.0-beta.2...HEAD
[Unreleased]: https://github.com/michenriksen/aquatone/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/michenriksen/aquatone/compare/v1.7.0-beta.2...v1.7.0
[1.7.0-beta.2]: https://github.com/michenriksen/aquatone/compare/v1.7.0-beta...v1.7.0-beta.2
[1.7.0-beta]: https://github.com/michenriksen/aquatone/compare/v1.6.0...v1.7.0-beta
[1.6.0]: https://github.com/michenriksen/aquatone/compare/v1.5.0...v1.6.0
Expand Down

0 comments on commit c133e55

Please sign in to comment.