diff --git a/changelog/1.19.1.md b/changelog/1.19.1.md new file mode 100644 index 000000000..4fe7cb900 --- /dev/null +++ b/changelog/1.19.1.md @@ -0,0 +1,21 @@ +--- +title: "1.19.1" +description: "Released on 06/23/2021" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.19.1. + +### Features ✨ + +- infra: Added verbose logging around workspace provider startup process. + +### Bug fixes 🐛 + +- infra: Updated Sysbox container runtime version to ensure that containerd runs +properly. + +### Security updates 🔐 + +There are no security updates in 1.19.1. diff --git a/manifest.json b/manifest.json index 97bf42005..1832cfb77 100644 --- a/manifest.json +++ b/manifest.json @@ -374,6 +374,9 @@ { "path": "./changelog/1.20.0.md" }, + { + "path": "./changelog/1.19.1.md" + }, { "path": "./changelog/1.19.0.md" },