Skip to content

Commit

Permalink
release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 9, 2021
1 parent 16431d2 commit e55c66a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.21.2 (Released 2021-11-09)

IMPROVEMENTS

- build: enable gosec and coverage linter
- fix: DPL records could have invalid characters, add length guards
- fix: ignore misspell checks on valid test data
- fix: ofac SDN comments file has invalid characters / column counts

## v0.21.1 (Released 2021-10-04)

Release v0.21.1 applies bugfix to pre-computation steps to SDN alternate names.
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.21.1"
const Version = "v0.21.2"

0 comments on commit e55c66a

Please sign in to comment.