diff --git a/_data/swanlake_release_notes_versions.json b/_data/swanlake_release_notes_versions.json index e38c2a1e0ed..b4ba0451104 100644 --- a/_data/swanlake_release_notes_versions.json +++ b/_data/swanlake_release_notes_versions.json @@ -1430,6 +1430,27 @@ "api-docs":"ballerina-api-docs-2201.9.4.zip", "release-notes":"ballerina-release-notes-2201.9.4.md" }, +{ + "version":"2201.9.5", + "short-version":"2201.9.5", + "display-version":"2201.9.5 (Swan Lake Update 9)", + "release-date":"2024-11-06", + "windows-installer":"ballerina-2201.9.5-swan-lake-windows-x64.msi", + "windows-installer-size":"176mb", + "linux-installer":"ballerina-2201.9.5-swan-lake-linux-x64.deb", + "linux-installer-size":"200mb", + "macos-installer":"ballerina-2201.9.5-swan-lake-macos-x64.pkg", + "macos-installer-size":"236mb", + "macos-arm-installer":"ballerina-2201.9.5-swan-lake-macos-arm-x64.pkg", + "macos-arm-installer-size":"235mb", + "rpm-installer":"ballerina-2201.9.5-swan-lake-linux-x64.rpm", + "rpm-installer-size":"238mb", + "other-artefacts":[ + "ballerina-2201.9.5-swan-lake.zip" + ], + "api-docs":"ballerina-api-docs-2201.9.5.zip", + "release-notes":"ballerina-release-notes-2201.9.5.md" +}, { "version":"2201.10.0", "short-version":"2201.10.0", diff --git a/downloads/swan-lake-release-notes/swan-lake-2201.9.5/RELEASE_NOTE.md b/downloads/swan-lake-release-notes/swan-lake-2201.9.5/RELEASE_NOTE.md new file mode 100644 index 00000000000..94b56cf5efd --- /dev/null +++ b/downloads/swan-lake-release-notes/swan-lake-2201.9.5/RELEASE_NOTE.md @@ -0,0 +1,28 @@ +--- +layout: ballerina-left-nav-release-notes +title: Swan Lake Update 9 (2201.9.5) +permalink: /downloads/swan-lake-release-notes/2201.9.5/ +active: 2201.9.5 +--- + +## Overview of Ballerina Swan Lake Update 9 (2201.9.5) + +Swan Lake Update 9 (2201.9.5) is the fifth patch release of Ballerina 2201.9.0 (Swan Lake Update 9) and it includes a new set of bug fixes to the runtime. + +## Update Ballerina + +Run the command below to update your current Ballerina installation directly to 2201.9.5 by using the [Ballerina Update Tool](/learn/update-tool/). + +``` +$ bal dist pull 2201.9.5 +``` + +## Install Ballerina + +If you have not installed Ballerina, then, download the [installers](/downloads/#swanlake) to install. + +## Runtime updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for Swan Lake Update 9 (2201.9.5)](https://github.com/ballerina-platform/ballerina-lang/pulls?q=is%3Apr+milestone%3A2201.9.5+is%3Aclosed). diff --git a/utils/archived-lm.json b/utils/archived-lm.json index 389c081b1ec..f61d9b7859c 100644 --- a/utils/archived-lm.json +++ b/utils/archived-lm.json @@ -38,6 +38,14 @@ "url": "#2201.10.0", "id": "2201.10.0v" }, + { + "dirName": "2201.9.5", + "level": 2, + "position": 1, + "isDir": false, + "url": "#2201.9.5", + "id": "2201.9.5v" + }, { "dirName": "2201.9.4", "level": 2, diff --git a/utils/rl.json b/utils/rl.json index 51004ffbe44..a7c0e8a80e4 100644 --- a/utils/rl.json +++ b/utils/rl.json @@ -56,6 +56,14 @@ "url": "/downloads/swan-lake-release-notes-2201.9", "id": "swan-lake-2201.9", "subDirectories": [ + { + "dirName": "2201.9.5 (Swan Lake Update 9)", + "level": 2, + "position": 1, + "isDir": false, + "url": "/downloads/swan-lake-release-notes/swan-lake-2201.9.5", + "id": "swan-lake-2201.9.5" + }, { "dirName": "2201.9.4 (Swan Lake Update 9)", "level": 2,