diff --git a/autogpts/autogpt/BULLETIN.md b/autogpts/autogpt/BULLETIN.md index b75ed33ba32..0140e71220a 100644 --- a/autogpts/autogpt/BULLETIN.md +++ b/autogpts/autogpt/BULLETIN.md @@ -1,21 +1,13 @@ # QUICK LINKS 🔗 # -------------- 🌎 *Official Website*: https://agpt.co. -📖 *User Guide*: https://docs.agpt.co. +📖 *User Guide*: https://docs.agpt.co/autogpt. 👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Nexus/wiki/Contributing. -# v0.4.7 RELEASE HIGHLIGHTS! 🚀 -# ----------------------------- -This release introduces initial REST API support, powered by e2b's agent -protocol SDK (https://github.com/e2b-dev/agent-protocol#sdk). - -It also includes improvements to prompt generation and support -for our new benchmarking tool, Auto-GPT-Benchmarks -(https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks). - -We've also moved our documentation to Material Theme, at https://docs.agpt.co. - -As usual, we've squashed a few bugs and made some under-the-hood improvements. +# v0.5.0 RELEASE HIGHLIGHTS! 🚀🚀 +# ------------------------------- +Cloud-readiness, a new UI, support for the newest Agent Protocol version, and much more: +*v0.5.0 is our biggest release yet!* Take a look at the Release Notes on Github for the full changelog: https://github.com/Significant-Gravitas/AutoGPT/releases. diff --git a/autogpts/autogpt/pyproject.toml b/autogpts/autogpt/pyproject.toml index f1b6fce2682..8682e2e24a2 100644 --- a/autogpts/autogpt/pyproject.toml +++ b/autogpts/autogpt/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agpt" -version = "0.4.7" +version = "0.5.0" authors = [ "Significant Gravitas ", ]