diff --git a/changelog/1.26.4.md b/changelog/1.26.4.md new file mode 100644 index 000000000..71be6444b --- /dev/null +++ b/changelog/1.26.4.md @@ -0,0 +1,20 @@ +--- +title: "1.26.4" +description: "Released on 03/17/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.26.4. + +### Features ✨ + +There are no security updates in 1.26.4. + +### Bug fixes 🐛 + +- infra: ensure CVM daemons aren't oom-killed. + +### Security updates 🔐 + +There are no security updates in 1.26.4. diff --git a/manifest.json b/manifest.json index 5189cada3..de92e5885 100644 --- a/manifest.json +++ b/manifest.json @@ -568,6 +568,9 @@ { "path": "./changelog/1.26.0.md", "children": [ + { + "path": "./changelog/1.26.4.md" + }, { "path": "./changelog/1.26.3.md" },