Skip to content

Commit 0ced319

Browse files
committed
Version bump
1 parent 0b3c34c commit 0ced319

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## TAG v0.1.0 (2016-12-16)
2+
3+
Initial release
4+
- Compile Nginx v1.11.6 from source.
5+
- Compile PHP with PHP-FPM v7.0.13 from source.
6+
- Install most recent version of PHP composer (as of 2016-12-01 v1.2.2).
7+
- Install Honcho for process monitoring.
8+
19
## TAG v0.1.0-RC1 (2016-12-01)
210

311
Initial release

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REPO = janus1990
22
IMAGE = docker-nginx-php
33
VERSION = 0.1.0
4-
EXTRAVERSION = -RC1
4+
EXTRAVERSION =
55

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

0 commit comments

Comments
 (0)