diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e784985..6b4a5f12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,16 @@
 
 ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/HEAD)
 
-[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a17...HEAD)
+[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a18...HEAD)
+
+**Merged pull requests:**
+
+- Updated dialog [\#69](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/69) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
+- Updated vocabs [\#68](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/68) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
+
+## [V0.0.1a18](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/V0.0.1a18) (2024-06-04)
+
+[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1a17...V0.0.1a18)
 
 **Fixed bugs:**
 
diff --git a/version.py b/version.py
index da9d70d1..3b4f9fe5 100644
--- a/version.py
+++ b/version.py
@@ -3,5 +3,5 @@
 VERSION_MAJOR = 0
 VERSION_MINOR = 0
 VERSION_BUILD = 1
-VERSION_ALPHA = 18
+VERSION_ALPHA = 0
 # END_VERSION_BLOCK