diff --git a/CHANGELOG.md b/CHANGELOG.md index f64f67d..891fab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ -# Release 0.16.0-dev - -### New features - -### Improvements - -### Breaking changes +# Release 0.15.3 ### Bug fixes +* Fixes a bug where the shot number was not correctly being submitted + to the API. + [(#29)](https://github.com/PennyLaneAI/PennyLane-IonQ/pull/27) + ### Contributors This release contains contributions from (in alphabetical order): +Dave Bacon, Josh Izaac. + --- # Release 0.15.2 diff --git a/pennylane_ionq/_version.py b/pennylane_ionq/_version.py index 627a3a1..4223cd6 100644 --- a/pennylane_ionq/_version.py +++ b/pennylane_ionq/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.16.0-dev" +__version__ = "0.15.3"