diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6621d636e..edde0f029 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.3.0 - unreleased
+## 0.3.0 - 2018-01-12
### Added
- Allow to assign users to cards
@@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.
- Improve accessibility
- Fix issue when assigning labels after creating them
- Allow to save tag changes with enter
+- Fix bug when removing labels changed the color of the remaining ones
+- Fix issues with auto saving of card descriptions
## 0.2.8 - 2017-11-26
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ebddcb8ac..394d407e0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
- 🚀 Get your project organized
- 0.3.0-beta1
+ 0.3.0
agpl
Julius Härtl
Deck
diff --git a/krankerl.toml b/krankerl.toml
index 3e441993a..7db33c698 100644
--- a/krankerl.toml
+++ b/krankerl.toml
@@ -5,15 +5,19 @@ exclude = [
"js/node_modules",
"js/tests",
"js/bower.json",
+ "js/.bowerrc",
+ "js/.jshintrc",
"js/Gruntfile.js",
"js/package.json",
"js/package-lock.json",
+ "js/vendor/jquery",
"tests",
".codecov.yml",
"composer.json",
"composer.lock",
"_config.yml",
".drone.yml",
+ ".travis.yml",
".eslintignore",
".eslintrc.yml",
".gitignore",