Skip to content

Commit 745bed2

Browse files
author
ci
committed
prepare release v1.2.3
1 parent effd3d8 commit 745bed2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## v1.2.2 (2023-03-15)
416

517
### Bug Fixes and Other Changes

src/braket/_algos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "1.2.3.dev0"
19+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)