diff --git a/CHANGELOG.md b/CHANGELOG.md
index bac0890e..2760ddfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v3.1.1...HEAD).
+A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v3.2.0...HEAD).
+
+
+## [3.2.0] - 2022-11-29
+### Features
+- **install:** Download Osmosis and Osmfilter on Windows during first run instead of shipping with the tool ([#167](https://github.com/treee111/wahooMapsCreator/issues/167)) [`ae4eb1f`](https://github.com/treee111/wahooMapsCreator/commit/ae4eb1f6b4ff3f75aa81da4243d4ebd16c317e01)
+- **install:** Check installed version against latest published version on PyPI ([#173](https://github.com/treee111/wahooMapsCreator/issues/173)) [`08e00c3`](https://github.com/treee111/wahooMapsCreator/commit/08e00c31f7029ee47f18eded00aec2a0b910538f)
+
+### Bug Fixes
+- Raise max. memory for Osmosis in Windows to 3GB ([#171](https://github.com/treee111/wahooMapsCreator/issues/171)) [`2be33bd`](https://github.com/treee111/wahooMapsCreator/commit/2be33bdbfa9519da0eeb7ed2b51d76b77e4b9729)
+
## [3.1.1] - 2022-11-15
@@ -362,6 +372,7 @@ wahooMapsCreator can now be used much quicker and easier!
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
+[3.2.0]: https://github.com/treee111/wahooMapsCreator/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/treee111/wahooMapsCreator/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/treee111/wahooMapsCreator/compare/v2.0.2...v3.0.0
diff --git a/conda_env/gdal-user.yml b/conda_env/gdal-user.yml
index 80eb5cb4..0413c1f6 100644
--- a/conda_env/gdal-user.yml
+++ b/conda_env/gdal-user.yml
@@ -7,4 +7,4 @@ dependencies:
- gdal=3.4.*
- pip
- pip:
- - wahoomc==3.1.1
+ - wahoomc==3.2.0
diff --git a/setup.cfg b/setup.cfg
index 12d30844..f8abf442 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = wahoomc
-version = 3.1.1
+version = 3.2.0
author = Benjamin Kreuscher
author_email = benni.kreuscher@gmail.com
description = Create maps for your Wahoo bike computer based on latest OSM maps
diff --git a/wahoomc/constants.py b/wahoomc/constants.py
index 3372a234..bac6322b 100644
--- a/wahoomc/constants.py
+++ b/wahoomc/constants.py
@@ -24,7 +24,7 @@
RESOURCES_DIR = os.path.join(WAHOO_MC_DIR, 'resources')
TOOLING_WIN_DIR = os.path.join(WAHOO_MC_DIR, 'tooling_win')
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
-VERSION = '3.1.1'
+VERSION = '3.2.0'
Translate_Country = {
'alaska': 'united_states_of_america',