We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1438528 commit 5453cf5Copy full SHA for 5453cf5
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v1.80.0 (2024-05-22)
4
+
5
+### Features
6
7
+ * add support for the ARN region
8
+ * Add support for SerializableProgram abstraction to Device interface
9
10
+### Bug Fixes and Other Changes
11
12
+ * job fixture for endpoint support
13
14
## v1.79.1 (2024-05-08)
15
16
### Bug Fixes and Other Changes
src/braket/_sdk/_version.py
@@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
"""
17
18
-__version__ = "1.79.2.dev0"
+__version__ = "1.80.0"
0 commit comments