Skip to content

Commit

Permalink
release v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 17, 2022
1 parent a06f9da commit f358beb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.23.1 (Released 2022-10-17)

IMPROVEMENTS

- api,client: add 'match' to CSL results
- webui: update country list

BUILD

- build: require go1.19.1 in CI/CD
- build: upgrade golang.org/x/text to v0.3.8

## v0.23.0 (Released 2022-09-08)

Watchman v0.23.0 adds the US Consolidated Screening List results to search queries. A new `/search/us-csl` endpoint has also been added to only search the CSL. See the [API docs for full details](https://moov-io.github.io/watchman/api/#get-/search/us-csl).
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.0"
const Version = "v0.23.1"

0 comments on commit f358beb

Please sign in to comment.