diff --git a/CHANGELOG.md b/CHANGELOG.md index 8301662..cef199e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +## [1.8.0] - 2019-05-30 ### Added - Server side copy support for `synccopy` commands. By default, `synccopy` operations will now use server side copies eliminating the machine initiating @@ -496,7 +497,8 @@ usage documentation carefully when upgrading from 0.12.1. `--no-skiponmatch`. - 0.8.2: performance regression fixes -[Unreleased]: https://github.com/Azure/blobxfer/compare/1.7.1...HEAD +[Unreleased]: https://github.com/Azure/blobxfer/compare/1.8.0...HEAD +[1.8.0]: https://github.com/Azure/blobxfer/compare/1.7.1...1.8.0 [1.7.1]: https://github.com/Azure/blobxfer/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/Azure/blobxfer/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/Azure/blobxfer/compare/1.5.5...1.6.0 diff --git a/blobxfer/version.py b/blobxfer/version.py index df9058e..633b781 100644 --- a/blobxfer/version.py +++ b/blobxfer/version.py @@ -22,4 +22,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = '1.7.1' +__version__ = '1.8.0'