From ea07709234e56b63a43f8a16c7055f6d4720c6c7 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 12 Feb 2025 11:54:20 +1300 Subject: [PATCH] Add release notes. --- readme.md | 4 ++++ releases.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/readme.md b/readme.md index d7f27d3..15bc010 100644 --- a/readme.md +++ b/readme.md @@ -45,6 +45,10 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m Please see the [project releases](https://socketry.github.io/falcon/releases/index) for all releases. +### v0.50.0 + + - Add Falcon::Environment::Server\#endpoint\_options to allow configuration of the endpoint options more easily. + ### v0.49.0 - [Falcon Server Container Health Checks](https://socketry.github.io/falcon/releases/index#falcon-server-container-health-checks) diff --git a/releases.md b/releases.md index 94b0d4e..6874168 100644 --- a/releases.md +++ b/releases.md @@ -1,5 +1,9 @@ # Releases +## v0.50.0 + + - Add {ruby Falcon::Environment::Server#endpoint_options} to allow configuration of the endpoint options more easily. + ## v0.49.0 ### Falcon Server Container Health Checks