diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 8f17611df..887a22282 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 0.14.0-dev +# Version 0.14.0 ### New features @@ -24,8 +24,6 @@ * Modifies the function `_hafnian` to calculate efficiently loop hafnians of diagonal matrices. [#206](https://github.com/XanaduAI/thewalrus/pull/205) -### Bug fixes - ### Breaking changes * Removes the redundant function `normal_ordered_complex_cov`. [#194](https://github.com/XanaduAI/thewalrus/pull/194) diff --git a/thewalrus/_version.py b/thewalrus/_version.py index db0c6163c..8bdffc6cc 100644 --- a/thewalrus/_version.py +++ b/thewalrus/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.14.0-dev" +__version__ = "0.14.0"