Skip to content

Commit 72c9cb4

Browse files
committed
Update changelog for release v0.3.1
1 parent a7001d2 commit 72c9cb4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
##### Tag v0.3.0 (2016-12-31)
1+
##### Tag v0.3.1 (2017-XX-XX)
2+
3+
- Rename image
4+
- Update badges
25

36
##### Tag v0.3.0 (2016-12-31)
47
[![](https://images.microbadger.com/badges/image/rtucek/nginx-php:v0.3.0.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.0 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/rtucek/nginx-php:v0.3.0.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.0 "Get your own version badge on microbadger.com")

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REPO = rtucek
22
IMAGE = nginx-php
3-
VERSION = 0.3.0
3+
VERSION = 0.3.1
44
EXTRAVERSION =
55

66
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)

0 commit comments

Comments
 (0)