Skip to content

Commit 9150891

Browse files
author
ci
committed
prepare release v1.4.9
1 parent 62643bd commit 9150891

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.4.9 (2024-04-01)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Add random circuit algo
8+
* add summary table to README.md
9+
310
## v1.4.8 (2024-03-05)
411

512
### Bug Fixes and Other Changes

src/braket/_algos/_version.py

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

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

0 commit comments

Comments
 (0)