diff --git a/changelog/1.38.1.md b/changelog/1.38.1.md new file mode 100644 index 000000000..2156ee2c7 --- /dev/null +++ b/changelog/1.38.1.md @@ -0,0 +1,21 @@ +--- +title: "1.38.1" +description: "Released on 01/06/2023" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.38.1. + +### Features ✨ + +There are no new features in 1.38.1. + +### Bug fixes 🐛 + +- Fixed an issue where expired Dev URL tokens could result in an infinite authentication loop. +- Added documentation for image tag decommissioning. + +### Security updates 🔐 + +There are no security updates for 1.38.1. diff --git a/manifest.json b/manifest.json index f2573601c..8cd563b83 100644 --- a/manifest.json +++ b/manifest.json @@ -605,7 +605,11 @@ "children": [ { "path": "./changelog/1.38.0.md", - "children": [] + "children": [ + { + "path": "./changelog/1.38.1.md" + } + ] }, { "path": "./changelog/1.37.0.md",