diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32ad41a..4f11199 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.0.5](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.4...v1.0.5) (2017-07-24)
+
+
+
## [1.0.4](https://github.com/krzysztofsaja/angular-weather-widget/compare/v1.0.3...v1.0.4) (2017-07-23)
diff --git a/package.json b/package.json
index c841851..cd3ee6e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-weather-widget",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Weather Widget based on Open Weather Map Api",
"main": "./bundles/angular-weather-widget.umd.js",
"module": "./index.js",