From b61bbe13fbef3f010af89258ea0c77d362c24e5f Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Thu, 17 Oct 2024 16:08:02 -0400 Subject: [PATCH] updates release notes for rydberg system fix --- docs/src/release_notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index d4518766..559b03a1 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -2,7 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.3.0] - 2024-10-17 +## [v0.3.1] - 2024-10-17 + +### Fixed + +- Fixed and added tests to [`RydbergChainSystem`](@ref) + +## [v0.3.0] - 2024-10-10 ### Added