Skip to content

Commit

Permalink
Merge pull request #258 from k1LoW/tagpr-from-v0.51.1
Browse files Browse the repository at this point in the history
Release for v0.51.2
  • Loading branch information
k1LoW authored Sep 3, 2023
2 parents c4fec7f + cdbd9d8 commit a04e55b
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,5 +1,11 @@
# Changelog

## [v0.51.2](https://github.com/k1LoW/octocov/compare/v0.51.1...v0.51.2) - 2023-09-03
### New Features 🎉
- Support for multiple custom metrics from one environment variable. by @k1LoW in https://github.com/k1LoW/octocov/pull/259
### Other Changes
- Update CREDITS by @k1LoW in https://github.com/k1LoW/octocov/pull/260

## [v0.51.1](https://github.com/k1LoW/octocov/compare/v0.51.0...v0.51.1) - 2023-09-02
### Other Changes
- Add asset for linux arm64 by @k1LoW in https://github.com/k1LoW/octocov/pull/256
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "octocov"

// Version for this.
var Version = "0.51.1"
var Version = "0.51.2"

0 comments on commit a04e55b

Please sign in to comment.