Skip to content

Commit

Permalink
prepare release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Feb 16, 2023
1 parent 73df4fb commit 3e490a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v1.1.4 (2023-02-16)

### Bug Fixes and Other Changes

* Add forced keyword args
* reformatting from tox
* add python 10 support

### Testing and Release Infrastructure

* support python10 for workflows

## v1.1.3 (2023-01-31)

### Bug Fixes and Other Changes
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_algos/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "1.1.4.dev0"
__version__ = "1.1.4"

0 comments on commit 3e490a3

Please sign in to comment.