Skip to content

Commit e90a3d5

Browse files
author
ci
committedFeb 19, 2024
prepare release v1.4.7
1 parent 139b890 commit e90a3d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.4.7 (2024-02-19)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Update GitHub URL paths to use amazon-braket
8+
* Update Bells_Inequality.ipynb
9+
* Update CHSH_Inequality.ipynb
10+
* change qmc test device to pennylane default instead of lightning
11+
312
## v1.4.6 (2024-02-07)
413

514
### 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.7.dev0"
19+
__version__ = "1.4.7"

0 commit comments

Comments
 (0)
Please sign in to comment.