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 16, 2019
1 parent efe267e commit 0ef86fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.0-beta.2]

### Fixed
- The pagination logic in the new HTML report would skip the page or cluster at index 0 as the `v-for` function on an integer value in Vue.js starts from 1 and not 0

## [1.7.0-beta]

### Added
Expand Down Expand Up @@ -94,7 +99,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...HEAD
[Unreleased]: https://github.com/michenriksen/aquatone/compare/v1.7.0-beta.2...HEAD
[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
[1.5.0]: https://github.com/michenriksen/aquatone/compare/v1.4.3...v1.5.0
Expand Down

0 comments on commit 0ef86fc

Please sign in to comment.