diff --git a/.promu.yml b/.promu.yml index 9a571d0..1418b62 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: - # Whenever the Go version is updated here, .travis.yml and + # Whenever the Go version is updated here, .github/workflows/build.yml and # .circle/config.yml should also be updated. - version: 1.15 + version: 1.16 cgo: false repository: path: github.com/mjtrangoni/flexlm_exporter diff --git a/CHANGELOG.md b/CHANGELOG.md index 02dbf1e..13e2460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -## v0.0.6 / unreleased +## v0.0.6 / 2021-07-14 + * [ENHANCEMENT] Add version flag to "flexlm_feature_used_users". Thanks @TobiasKadelka. + * [ENHANCEMENT] CI: Move from TravisCI to GitHub Actions. * [BUGFIX] Fix #33 "Error during parsing expiration date". Thanks @99rgosse. ## v0.0.5 / 2020-10-15