Update changelog after release.

This commit is contained in:
JC Brand 2017-04-04 17:13:37 +00:00
parent 21bc95a9f3
commit 1fc4edd55f
2 changed files with 6 additions and 2 deletions

View File

@ -177,7 +177,7 @@ jsmin: $(BUILDS)
dist:: build
.PHONY: build
build:: stamp-bundler css
build:: dev css
$(GRUNT) json
make jsmin

View File

@ -1,6 +1,10 @@
# Changelog
## 3.0.1 ((2017-04-04))
## 3.0.2 (Unreleased)
- No changes yet.
## 3.0.1 (2017-04-04)
- Bugfix. Endless spinner when trying to log in after rendering the registration form. [jcbrand]
- #585 Duplicate contact created due to JID case sensivity [saganshul]