diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f927d39..fdf0bb1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.11.0 (2024-06-05) + +### Features + +#### Drop support for Python 3.8, update dependencies (#1782) + ## 4.11.0-rc.0 (2024-06-05) ### Features diff --git a/pyproject.toml b/pyproject.toml index 44e035f1f..26d84151a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.11.0-rc.0" +version = "4.11.0" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"