Skip to content

Commit

Permalink
prepare release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Dec 4, 2020
1 parent 92aaafa commit 52b0a57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.5.0 (2020-12-04)

### Features

* Always accept identity observable factors

### Documentation Changes

* backticks for batching tasks
* add punctuation to aws_session.py
* fix backticks, missing periods in quantum task docs
* fix backticks, grammar for aws_device.py

## v1.4.1 (2020-12-04)

### Bug Fixes and Other Changes
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_sdk/_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.4.2.dev0"
__version__ = "1.5.0"

0 comments on commit 52b0a57

Please sign in to comment.