Skip to content

Commit 6611150

Browse files
author
ci
committed
prepare release v1.2.4
1 parent 8d00a37 commit 6611150

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.4 (2023-03-23)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Merge branch 'main' into dependabot
8+
* Merge branch 'main' into dependabot
9+
10+
### Testing and Release Infrastructure
11+
12+
* add dependabot updates for GH actions
13+
* add dependabot updates for GH actions
14+
315
## v1.2.3 (2023-03-16)
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.4.dev0"
19+
__version__ = "1.2.4"

0 commit comments

Comments
 (0)