Skip to content

Commit

Permalink
Version bump v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtucek committed Feb 7, 2017
1 parent ca71376 commit 4ba2ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### Tag v0.3.4 (2017-02-07)

- Fix reload Xdebug extension to be load by PHP as often as the container was restarted

##### Tag v0.3.3 (2017-02-01)
[![](https://images.microbadger.com/badges/image/rtucek/nginx-php:v0.3.3.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.3 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/rtucek/nginx-php:v0.3.3.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.3.3 "Get your own version badge on microbadger.com")

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPO = rtucek
IMAGE = nginx-php
VERSION = 0.3.3
VERSION = 0.3.4
EXTRAVERSION =

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

0 comments on commit 4ba2ec0

Please sign in to comment.