Skip to content

Commit

Permalink
release v0.24.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 16, 2022
1 parent be8ec48 commit 0bd94ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.24.0 (Unreleased)

ADDITIONS

- search: Add the EU Consolidated Screening List

IMPROVEMENTS

- feat: log status after download
- fix: guard around race condition in pkg/download
- fix: cap match percentage

BUILD

- build(deps): bump nokogiri from 1.13.6 to 1.13.9 in /docs
- build(deps): bump loader-utils from 2.0.0 to 2.0.4 in /webui

## v0.23.1 (Released 2022-10-17)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package watchman

const Version = "v0.23.1"
const Version = "v0.24.0-m1"

0 comments on commit 0bd94ea

Please sign in to comment.