Explorar o código

Update changelog after release.

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
1fc4edd55f
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 1 1
      Makefile
  2. 5 1
      docs/CHANGES.md

+ 1 - 1
Makefile

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

+ 5 - 1
docs/CHANGES.md

@@ -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]