diff --git a/changelog/1.44.4.md b/changelog/1.44.4.md new file mode 100644 index 00000000..13add58b --- /dev/null +++ b/changelog/1.44.4.md @@ -0,0 +1,21 @@ +--- +title: "1.44.4" +description: "Released on 02/14/2024" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.44.4. + +### Features ✨ + +- web: Updated code-server to 4.21.1 which includes VS Code 1.86.1. +- infra: Updated sysbox to v0.6.2. + +### Bug fixes 🐛 + +There are no bug fixes in 1.44.4. + +### Security updates 🔐 + +There are no security updates in 1.44.4. diff --git a/manifest.json b/manifest.json index 3f18f733..640b0d3c 100644 --- a/manifest.json +++ b/manifest.json @@ -1132,6 +1132,11 @@ "title": "1.44.0", "description": "Released on 06/29/2023", "children": [ + { + "path": "./changelog/1.44.4.md", + "title": "1.44.4", + "description": "Released on 02/14/2024" + }, { "path": "./changelog/1.44.3.md", "title": "1.44.3",