We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f488de2 commit 17d2858Copy full SHA for 17d2858
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.22.1 (2024-09-24)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * update xanadu tests to use with pytest.raise
8
9
## v1.22.0 (2024-05-22)
10
11
### Features
src/braket/_schemas/_version.py
@@ -15,4 +15,4 @@
15
Version number (major.minor.patch[-label])
16
"""
17
18
-__version__ = "1.22.1.dev0"
+__version__ = "1.22.1"
0 commit comments