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 effd3d8 commit 745bed2Copy full SHA for 745bed2
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.2.3 (2023-03-16)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * Merge pull request #101 from aws-samples/readme-updates
8
+ * Merge branch 'main' into readme-updates
9
+ * Update README.md
10
11
+### Documentation Changes
12
13
+ * Add support info to README
14
15
## v1.2.2 (2023-03-15)
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.3.dev0"
+__version__ = "1.2.3"
0 commit comments