Skip to content

Commit

Permalink
Release 0.11.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Sep 7, 2022
1 parent 38fa695 commit e4a6810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ announce:
enabled: true
channel: '#announcements'
message_template: 'NGINX Prometheus Exporter {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'

milestones:
- close: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.11.0

A list of changes can be found on Github at: [Release v0.11.0](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.11.0)

### 0.10.0

A list of changes can be found on Github at: [Release v0.10.0](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.10.0
VERSION = 0.11.0
TAG = $(VERSION)
PREFIX = nginx/nginx-prometheus-exporter

Expand Down

0 comments on commit e4a6810

Please sign in to comment.