Skip to content

Commit a34e032

Browse files
committed
Merge branch 'hotfix-0.5.1' into stable
2 parents c2129c3 + 9cbfe94 commit a34e032

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## 0.5.1 (release date: 2015-03-17)
2+
- Fix #1 (can't activate SSL with own certificates)
3+
14
## 0.5.0 (release date: 2015-03-03)
2-
- New version initial release
5+
- New version initial release

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/phpldapadmin
2-
VERSION = 0.5.0
2+
VERSION = 0.5.1
33

44
.PHONY: all build test tag_latest release
55

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

0 commit comments

Comments
 (0)