diff --git a/content/en/initiative/reverse-proxy.html b/content/en/initiative/reverse-proxy.html
index b3e0b0c..8ec2ec9 100644
--- a/content/en/initiative/reverse-proxy.html
+++ b/content/en/initiative/reverse-proxy.html
@@ -31,13 +31,13 @@
What We've Done
Prior to Pingora becoming open source, and in cooperation with Cloudflare, we contracted with James Munns of OneVariable to create an architectural plan for building the River reverse proxy on top of Pingora, which has been completed and can be seen in the GitHub repository.
Cloudflare open sourced Pingora, their network services framework written in Rust, in February of 2024.
James Munns started work on the initial implementation under contract with ISRG in March of 2024.
- An early release, v0.2.1, was made available in June of 2024.
+ The latest release, v0.5.0, was made available on August 30, 2024. River now has load balancing support, rate limiting, configuration using KDL, support for serving static files, graceful reloads, and CIDR range based blocking.
What's Next
-Development is proceeding per the roadmap. We expect the next release soon.
+Development is proceeding per the roadmap. In the next release we plan to include full support for getting and managing certificates using the ACME protocol, as well as a change from BoringSSL to Rustls as the default TLS library.
Links