Skip to content

Commit

Permalink
Merge pull request #660 from anarkiwi/rel
Browse files Browse the repository at this point in the history
1.0.7
  • Loading branch information
cglewis authored Mar 8, 2022
2 parents e3e6cd4 + 92a2dda commit 1ec8cf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.7

- Update c65faucet to 1.0.28
- Update containerd, image-spec (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23648)
- Update prometheus, pytype, grafana

# v1.0.6

- Update c65faucet to 1.0.27
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "1.0.6"
version = "1.0.7"
)

func main() {
Expand Down

0 comments on commit 1ec8cf4

Please sign in to comment.