diff --git a/website/content/docs/release-notes/v0_15_0.mdx b/website/content/docs/release-notes/v0_15_0.mdx
index 9d16667bf8..3c4cb57638 100644
--- a/website/content/docs/release-notes/v0_15_0.mdx
+++ b/website/content/docs/release-notes/v0_15_0.mdx
@@ -178,6 +178,25 @@ description: |-
+
+ |
+ 0.15.0
+ |
+
+ Maximum number of connections allowed is incorrect
+ |
+
+ A known issue causes Boundary to permit one less than the allowed number of connections that you configured for a given target. For example, if you configured the session connection limit for a target at 2, Boundary only permits 1 connection to the target. If the value is 1, Boundary does not allow any connections to the target.
+
+ This is a known issue that will be fixed in an upcoming release. A value of -1 still means that connections to the target are unlimited.
+
+ Learn more:
+ Refer to the CLI docs for information about using targets create or targets update to configure a maximum number of connections.
+
+ Refer to the API docs for information about using Target service to configure a maximum number of connections.
+ |
+
+