Browse Source

Update changelog after release.

JC Brand 8 years ago
parent
commit
1fc4edd55f
2 changed files with 6 additions and 2 deletions
  1. 1 1
      Makefile
  2. 5 1
      docs/CHANGES.md

+ 1 - 1
Makefile

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

+ 5 - 1
docs/CHANGES.md

@@ -1,6 +1,10 @@
 # Changelog
 # 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]
 - Bugfix. Endless spinner when trying to log in after rendering the registration form. [jcbrand]
 - #585 Duplicate contact created due to JID case sensivity [saganshul]
 - #585 Duplicate contact created due to JID case sensivity [saganshul]