Skip to content

Commit

Permalink
prepare release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Aug 7, 2023
1 parent 46cf59a commit fff2dba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.20.0 (2023-08-07)

### Features

* Create OpenQASMSimulator class
* symbolic built-in functions and constants

### Documentation Changes

* License header in all code files

## v1.19.1 (2023-08-03)

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

__version__ = "1.19.2.dev0"
__version__ = "1.20.0"

0 comments on commit fff2dba

Please sign in to comment.