diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa56781..541434a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
## ChangeLog
-#### Version 0.6.1 (not yet released)
+#### Version 0.6.1 (14.12.2014)
- [enhancement:] Set default settings through `setDefaults`.
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
- [enhancement:] New method `isActive` to receive if mode is active.
diff --git a/README.md b/README.md
index 61b1b6f..5e0027a 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path
or to use the last stable version:
```bash
# ~~ stable version ~~
-cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.0
+cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.1
```
To remove the plug-in, run the following command:
@@ -61,14 +61,14 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
### PhoneGap Build
Add the following xml to your config.xml to always use the latest version of this plugin:
```xml
-
+
```
More informations can be found [here][PGB_plugin].
## ChangeLog
-#### Version 0.6.1 (not yet released)
+#### Version 0.6.1 (14.12.2014)
- [enhancement:] Set default settings through `setDefaults`.
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
- [enhancement:] New method `isActive` to receive if mode is active.
diff --git a/plugin.xml b/plugin.xml
index a4d1128..40543b0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
+ version="0.6.1">
BackgroundMode