Skip to content

Commit 86e9cee

Browse files
committed
Version bump + edited changelog
1 parent 7517d44 commit 86e9cee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## TAG v0.1.1 (2016-18-12)
2+
3+
- Update Nginx to v1.11.7.
4+
- Update PHP to v7.0.14.
5+
- Fix permission on mounted volumes (see commit `9568fc3`).
6+
17
## TAG v0.1.0 (2016-12-16)
28

39
Initial release

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REPO = janus1990
22
IMAGE = docker-nginx-php
3-
VERSION = 0.1.0
3+
VERSION = 0.1.1
44
EXTRAVERSION =
55

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

0 commit comments

Comments
 (0)