diff --git a/VERSION.txt b/VERSION.txt index 4bda7b7821..82a5f3bba2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.28.5-dev +1.28.5 diff --git a/changelogs/1.27.7.yaml b/changelogs/1.27.7.yaml new file mode 100644 index 0000000000..81912d9d3b --- /dev/null +++ b/changelogs/1.27.7.yaml @@ -0,0 +1,7 @@ +date: June 28, 2024 + +bug_fixes: +- area: http + change: | + Fixed a bug where additional :ref:`cookie attributes ` + are not sent properly to clients. diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 820800172a..7bfca0dd92 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,21 +1,7 @@ -date: Pending - -behavior_changes: -# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* - -minor_behavior_changes: -# *Changes that may cause incompatibilities for some users, but should not for most* +date: June 30, 2024 bug_fixes: -# *Changes expected to improve the state of the world and are unlikely to have negative effects* - area: http change: | Fixed a bug where additional :ref:`cookie attributes ` are not sent properly to clients. - -removed_config_or_runtime: -# *Normally occurs at the end of the* :ref:`deprecation period ` - -new_features: - -deprecated: diff --git a/docs/inventories/v1.27/objects.inv b/docs/inventories/v1.27/objects.inv index f875b6a425..c5c3d0cf95 100644 Binary files a/docs/inventories/v1.27/objects.inv and b/docs/inventories/v1.27/objects.inv differ diff --git a/docs/inventories/v1.28/objects.inv b/docs/inventories/v1.28/objects.inv index 9727f81f71..846ab4b395 100644 Binary files a/docs/inventories/v1.28/objects.inv and b/docs/inventories/v1.28/objects.inv differ diff --git a/docs/versions.yaml b/docs/versions.yaml index 217807ef42..e57394b0a6 100644 --- a/docs/versions.yaml +++ b/docs/versions.yaml @@ -20,5 +20,5 @@ "1.24": 1.24.12 "1.25": 1.25.11 "1.26": 1.26.8 -"1.27": 1.27.6 -"1.28": 1.28.3 +"1.27": 1.27.7 +"1.28": 1.28.4