diff --git a/changelog.md b/changelog.md
index e2fe4c27..61232e75 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+### `0.5.45` _2024-02-04_
+* Updated data to IANA TZDB `2024a`.
+
 ### `0.5.44` _2023-12-29_
 * Updated data to IANA TZDB `2023d`.
 * Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://github.com/moment/moment-timezone/pull/1082).
diff --git a/composer.json b/composer.json
index 3bab4906..76d1cd5b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
   "name": "moment/moment-timezone",
   "description": "Parse and display dates in any timezone",
-  "version": "0.5.44",
+  "version": "0.5.45",
   "keywords": [
     "moment",
     "date",
diff --git a/moment-timezone-utils.js b/moment-timezone-utils.js
index 4d66661c..90a0630b 100644
--- a/moment-timezone-utils.js
+++ b/moment-timezone-utils.js
@@ -1,5 +1,5 @@
 //! moment-timezone-utils.js
-//! version : 0.5.44
+//! version : 0.5.45
 //! Copyright (c) JS Foundation and other contributors
 //! license : MIT
 //! github.com/moment/moment-timezone
diff --git a/moment-timezone.js b/moment-timezone.js
index 46e33ad3..233bdc61 100644
--- a/moment-timezone.js
+++ b/moment-timezone.js
@@ -1,5 +1,5 @@
 //! moment-timezone.js
-//! version : 0.5.44
+//! version : 0.5.45
 //! Copyright (c) JS Foundation and other contributors
 //! license : MIT
 //! github.com/moment/moment-timezone
@@ -29,7 +29,7 @@
 	// 	return moment;
 	// }
 
-	var VERSION = "0.5.44",
+	var VERSION = "0.5.45",
 		zones = {},
 		links = {},
 		countries = {},
diff --git a/package-lock.json b/package-lock.json
index 744e46b3..60c8250a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "moment-timezone",
-	"version": "0.5.44",
+	"version": "0.5.45",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "moment-timezone",
-			"version": "0.5.44",
+			"version": "0.5.45",
 			"license": "MIT",
 			"dependencies": {
 				"moment": "^2.29.4"
diff --git a/package.json b/package.json
index c051a168..7b995dee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "moment-timezone",
-	"version": "0.5.44",
+	"version": "0.5.45",
 	"description": "Parse and display moments in any timezone.",
 	"homepage": "http://momentjs.com/timezone/",
 	"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",