diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md
index c3d4fb6a3b..e3f14fd31d 100644
--- a/src/Fable.Cli/CHANGELOG.md
+++ b/src/Fable.Cli/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+## 4.17.0 - 2024-04-23
+
### Added
* [Rust] Added support for XmlDoc comments (by @ncave)
diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj
index b1b9447a63..6711ae4cae 100644
--- a/src/Fable.Cli/Fable.Cli.fsproj
+++ b/src/Fable.Cli/Fable.Cli.fsproj
@@ -4,10 +4,23 @@
true
Exe
net6.0
- 4.16.0
+ 4.17.0
## Added
-- [JS/TS] Add `ConditionalWeakTable` (by @chkn)
+- [Rust] Added support for XmlDoc comments (by @ncave)
+- [Rust] Support captures in object expressions (by @ncave)
+- [Rust] Added type extensions support (by @ncave)
+- [Rust] Added Char implementation module (by @ncave)
+
+## Fixed
+
+- [Python] Fixes for custom hash values (#3796) (by @dbrattli)
+- [Python] Fix for import of camelCased class (#3808) (by @dbrattli)
+- [JS/TS] Fixed optional args for reflection (by @ncave)
+- [JS/TS] Fixed type visibility when parent is namespace (by @ncave)
+- [JS/TS] Fixed DateTimeOffset.ToString with custom format (by @ncave)
+- [Rust] Fixed property get on constrained generic types (by @ncave)
+- [Rust] Fixed module member imports (by @ncave)
diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs
index 16f9478568..cd8f003277 100644
--- a/src/Fable.Transforms/Global/Compiler.fs
+++ b/src/Fable.Transforms/Global/Compiler.fs
@@ -2,7 +2,7 @@ namespace Fable
module Literals =
[]
- let VERSION = "4.16.0"
+ let VERSION = "4.17.0"
[]
let JS_LIBRARY_VERSION = "1.4.0"
diff --git a/src/fable-standalone/CHANGELOG.md b/src/fable-standalone/CHANGELOG.md
index ae0d5d4a78..68fa96a937 100644
--- a/src/fable-standalone/CHANGELOG.md
+++ b/src/fable-standalone/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+## 1.5.0 - 2024-03-20
+
+### Changed
+
+* Fable 4.17.0
+
## 1.4.0 - 2024-03-20
### Changed
diff --git a/src/fable-standalone/package-lock.json b/src/fable-standalone/package-lock.json
index 9ed7700a99..44e3fe918e 100644
--- a/src/fable-standalone/package-lock.json
+++ b/src/fable-standalone/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@fable-org/fable-standalone",
- "version": "1.3.0",
+ "version": "1.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fable-org/fable-standalone",
- "version": "1.3.0",
+ "version": "1.4.0",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.5",
diff --git a/src/fable-standalone/package.json b/src/fable-standalone/package.json
index 38e546d44e..01a57a3244 100644
--- a/src/fable-standalone/package.json
+++ b/src/fable-standalone/package.json
@@ -2,7 +2,7 @@
"type": "module",
"name": "@fable-org/fable-standalone",
"private": false,
- "version": "1.4.0",
+ "version": "1.5.0",
"main": "./dist/bundle.min.js",
"description": "Fable compiler",
"keywords": [