diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80400827..e42efc13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+
+
+## [0.3.0] - 2016-01-07
### Added
- Configurable log and message format
- Start logging changes (without api export and WebUI currently) - issue #128
@@ -14,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(please, follow the [custom upgrade process](http://storekeeper.readthedocs.org/en/v0.3.0/upgrade.html#upgrade-from-v0-2-1-to-v0-3-0))
### Fixed
+- Sometimes left tooltips - issue #86
- Fetching Items once on pageload
- Can not logging errors via email when message contains UTF-8 characters - issue #126
@@ -64,6 +68,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Can use barcode printer to create labels
-[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.1...HEAD
+[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.3.0...HEAD
+[0.3.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.1.0...v0.2.0
diff --git a/VERSION.json b/VERSION.json
index c6e6a601..a4214612 100644
--- a/VERSION.json
+++ b/VERSION.json
@@ -1 +1 @@
-[0, 3, 0, "beta"]
+[0, 3, 0]
diff --git a/client/app/index.html b/client/app/index.html
index bd74b2f8..9b12e14c 100644
--- a/client/app/index.html
+++ b/client/app/index.html
@@ -4,7 +4,7 @@
-
+
diff --git a/client/bower.json b/client/bower.json
index 02056908..02fa03d1 100644
--- a/client/bower.json
+++ b/client/bower.json
@@ -1,7 +1,7 @@
{
"name": "storekeeper",
"description": "StoreKeeper",
- "version": "0.3.0-beta",
+ "version": "0.3.0",
"authors": [
"Andras Tim "
],
diff --git a/client/package.json b/client/package.json
index ee7bf0db..644d11d8 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,7 +1,7 @@
{
"name": "StoreKeeper",
"description": "Multilingual warehouse/store management software",
- "version": "0.3.0-beta",
+ "version": "0.3.0",
"author": "Andras Tim ",
"contributors": [],
"license": "GPLv2",
diff --git a/client/po/hu.po b/client/po/hu.po
index 8a5d95a7..5d09f2a3 100644
--- a/client/po/hu.po
+++ b/client/po/hu.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: StoreKeeper v0.3.0-beta\n"
+"Project-Id-Version: StoreKeeper v0.3.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Andras Tim \n"