diff --git a/Changelog b/Changelog
index fc7a0ab7a80a1cb30ad1038a136a43e4a153c36f..ab0a16f053439ab7599c0571ef7128ff20f5a0a6 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Travel::Status::DE::IRIS 1.62 - Sun Dec 12 2021
+
+    * import station name changes and removals from Winterfahrplan 2022
+
 Travel::Status::DE::IRIS 1.61 - Sat Oct 23 2021
 
     * Switch to GIS::Distance(::Fast), as Geo::Distance is deprecated and
diff --git a/bin/db-iris b/bin/db-iris
index c66f59d3932de47556b747143cee8e9a5e3b1a03..be2c00e7b546b84e03eb3053c50692f13081e27b 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -6,7 +6,7 @@ use utf8;
 
 no if $] >= 5.018, warnings => 'experimental::smartmatch';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use DateTime;
 use DateTime::Format::Strptime;
@@ -574,7 +574,7 @@ B<db-iris> [B<-rx>] [B<-d> I<date>] [B<-o> I<output-flags>]
 
 =head1 VERSION
 
-version 1.61
+version 1.62
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index 9e0ad3e08cb6bae0ba29474dcc2155dc1ea04b4d..435045eecfbad647ba9e9fce4a447cb8e8bf8264 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -6,7 +6,7 @@ use 5.014;
 
 no if $] >= 5.018, warnings => 'experimental::smartmatch';
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 use Carp qw(confess cluck);
 use DateTime;
@@ -643,7 +643,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.
 
 =head1 VERSION
 
-version 1.61
+version 1.62
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm
index 6702d140841d32ec441b846bd7e7fc01ebd672fc..275642d7e327c3cea54f7cf6a23fb4077c2e7f9e 100644
--- a/lib/Travel/Status/DE/IRIS/Result.pm
+++ b/lib/Travel/Status/DE/IRIS/Result.pm
@@ -15,7 +15,7 @@ use List::Compare;
 use List::MoreUtils qw(none uniq lastval);
 use Scalar::Util qw(weaken);
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 my %translation = (
 	1 => 'Nähere Informationen in Kürze',
@@ -876,7 +876,7 @@ arrival/departure received by Travel::Status::DE::IRIS
 
 =head1 VERSION
 
-version 1.61
+version 1.62
 
 =head1 DESCRIPTION
 
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm.PL b/lib/Travel/Status/DE/IRIS/Stations.pm.PL
index 157fde42f8cab76e369d63247eda8016b7b28048..85e9cfd48e378b9517a656c8f2e20195b58898cb 100644
--- a/lib/Travel/Status/DE/IRIS/Stations.pm.PL
+++ b/lib/Travel/Status/DE/IRIS/Stations.pm.PL
@@ -40,7 +40,7 @@ use Text::LevenshteinXS qw(distance);
 
 # TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
 
-our $VERSION = '1.61';
+our $VERSION = '1.62';
 
 # Automatically generated, see share/stations.json
 my @stations = (
@@ -214,7 +214,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping
 
 =head1 VERSION
 
-version 1.61
+version 1.62
 
 =head1 DESCRIPTION