diff --git a/changelog/3.7.1/3.7.1.md b/changelog/3.7.1/3.7.1.md new file mode 100644 index 0000000000000..10e47240de160 --- /dev/null +++ b/changelog/3.7.1/3.7.1.md @@ -0,0 +1,22 @@ +## Kong + + + + + + + +### Fixes +#### Plugin + +- **AI-Proxy**: Resolved a bug where the object constructor would set data on the class instead of the instance + [#13189](https://github.com/Kong/kong/issues/13189) + + +- **Basic-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.6) + [#13127](https://github.com/Kong/kong/issues/13127) + [KAG-4516](https://konghq.atlassian.net/browse/KAG-4516) + +- **Key-Auth**: Fix an issue of realm field not recognized for older kong versions (before 3.7) + [#13127](https://github.com/Kong/kong/issues/13127) + [KAG-4516](https://konghq.atlassian.net/browse/KAG-4516) diff --git a/changelog/3.7.1/kong-manager/.gitkeep b/changelog/3.7.1/kong-manager/.gitkeep new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/changelog/3.7.1/kong/.gitkeep b/changelog/3.7.1/kong/.gitkeep new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/changelog/unreleased/kong/fix-ai-proxy-shared-state.yml b/changelog/3.7.1/kong/fix-ai-proxy-shared-state.yml similarity index 100% rename from changelog/unreleased/kong/fix-ai-proxy-shared-state.yml rename to changelog/3.7.1/kong/fix-ai-proxy-shared-state.yml diff --git a/changelog/unreleased/kong/fix-realm-compat-changes-basic-auth.yml b/changelog/3.7.1/kong/fix-realm-compat-changes-basic-auth.yml similarity index 100% rename from changelog/unreleased/kong/fix-realm-compat-changes-basic-auth.yml rename to changelog/3.7.1/kong/fix-realm-compat-changes-basic-auth.yml diff --git a/changelog/unreleased/kong/fix-realm-compat-changes-key-auth.yml b/changelog/3.7.1/kong/fix-realm-compat-changes-key-auth.yml similarity index 100% rename from changelog/unreleased/kong/fix-realm-compat-changes-key-auth.yml rename to changelog/3.7.1/kong/fix-realm-compat-changes-key-auth.yml