diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a218495..076665fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,13 @@ 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/v4.1.0...HEAD).
+A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...HEAD).
+
+
+## [4.1.1] - 2023-11-17
+### Bug Fixes
+- cut down folder_name to 50 to not crash when creating output folder ([#228](https://github.com/treee111/wahooMapsCreator/issues/228)) [`866bbaa`](https://github.com/treee111/wahooMapsCreator/commit/866bbaadee1ff4a8ca884f43d091911e39b1af2e)
+
## [4.1.0] - 2023-07-11
@@ -445,6 +451,7 @@ wahooMapsCreator can now be used much quicker and easier!
- Windows: `tooling_windows/Windows-Wahoo-Map-Creator-Osmosis/wahoo-map-creator-osmosis.py`
+[4.1.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/treee111/wahooMapsCreator/compare/v4.0.0...v4.0.1
diff --git a/conda_env/gdal-user.yml b/conda_env/gdal-user.yml
index 758aea99..b413d2b8 100644
--- a/conda_env/gdal-user.yml
+++ b/conda_env/gdal-user.yml
@@ -10,4 +10,4 @@ dependencies:
- matplotlib=3.4.3
- pip
- pip:
- - wahoomc==4.1.1a1
+ - wahoomc==4.1.1
diff --git a/setup.cfg b/setup.cfg
index e44d1481..33d46234 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = wahoomc
-version = 4.1.1a1
+version = 4.1.1
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 454ac956..762a5399 100644
--- a/wahoomc/constants.py
+++ b/wahoomc/constants.py
@@ -26,7 +26,7 @@
TOOLING_WIN_DIR = os.path.join(WAHOO_MC_DIR, 'tooling_win')
# location of repo / python installation - not used
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
-VERSION = '4.1.1a1'
+VERSION = '4.1.1'
block_download = ['dach', 'alps', 'britain-and-ireland', 'south-africa-and-lesotho',