Skip to content

Commit

Permalink
prepare release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Dec 2, 2020
1 parent e797f0c commit e27e010
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.5.2 (2020-12-02)

### Bug Fixes and Other Changes

* Unwrap `tensor`s into a NumPy `array`s in `apply()`

## v0.5.1.post0 (2020-12-01)

### Documentation Changes
Expand Down
2 changes: 1 addition & 1 deletion src/braket/pennylane_plugin/_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__ = "0.5.2.dev0"
__version__ = "0.5.2"

0 comments on commit e27e010

Please sign in to comment.