Skip to content

Commit

Permalink
close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed May 17, 2015
1 parent 1fa0a3a commit 9cbfe94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 0.5.1 (release date: 2015-03-17)
- Fix #1 (can't activate SSL with own certificates)

## 0.5.0 (release date: 2015-03-03)
- New version initial release
- New version initial release
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/phpldapadmin
VERSION = 0.5.0
VERSION = 0.5.1

.PHONY: all build test tag_latest release

Expand All @@ -19,4 +19,3 @@ release: build test tag_latest
@if ! head -n 1 CHANGELOG.md | grep -q 'release date'; then echo 'Please note the release date in Changelog.md.' && false; fi
docker push $(NAME)
@echo "*** Don't forget to run 'twgit release/hotfix finish' :)"

0 comments on commit 9cbfe94

Please sign in to comment.