Skip to content

Commit e4a6810

Browse files
authored
Release 0.11.0 (#296)
1 parent 38fa695 commit e4a6810

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: .goreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ announce:
6868
enabled: true
6969
channel: '#announcements'
7070
message_template: 'NGINX Prometheus Exporter {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}'
71+
72+
milestones:
73+
- close: true

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.11.0
4+
5+
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)
6+
37
### 0.10.0
48

59
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)

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.10.0
1+
VERSION = 0.11.0
22
TAG = $(VERSION)
33
PREFIX = nginx/nginx-prometheus-exporter
44

0 commit comments

Comments
 (0)