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 8d00a37 commit 6611150Copy full SHA for 6611150
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.2.4 (2023-03-23)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * Merge branch 'main' into dependabot
8
9
10
+### Testing and Release Infrastructure
11
12
+ * add dependabot updates for GH actions
13
14
15
## v1.2.3 (2023-03-16)
16
17
### Bug Fixes and Other Changes
src/braket/_algos/_version.py
@@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""
18
19
-__version__ = "1.2.4.dev0"
+__version__ = "1.2.4"
0 commit comments