summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Maupetit <jmaupetit@users.noreply.github.com>2019-08-26 11:01:46 +0200
committerGitHub <noreply@github.com>2019-08-26 11:01:46 +0200
commit4d336d98a50abecb4ea9ac1ea85bae44104e79d0 (patch)
treedbe455084cb564112e6303d2e360a28f048fddd1
parentf70bbb0ee82b6a731d06f04c10f3a7170257225b (diff)
Bump release to 1.8.0 (#303)1.8.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--docs/about/release-notes.md17
-rw-r--r--watson/version.py2
3 files changed, 22 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a333978..38f1e04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.8.0] - 2019-08-26
+
### Added
- Add CSV output format support for `report`, `log` and `aggregate` commands
@@ -206,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
-[unreleased]: https://github.com/tailordev/watson/compare/1.7.0...HEAD
+[unreleased]: https://github.com/tailordev/watson/compare/1.8.0...HEAD
+[1.8.0]: https://github.com/tailordev/watson/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/tailordev/watson/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/tailordev/watson/compare/1.5.2...1.6.0
[1.5.2]: https://github.com/tailordev/watson/compare/1.5.1...1.5.2
diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md
index 8b5eb71..f47e2fe 100644
--- a/docs/about/release-notes.md
+++ b/docs/about/release-notes.md
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.8.0] - 2019-08-26
+
+### Added
+
+- Add CSV output format support for `report`, `log` and `aggregate` commands
+ using the `--csv/-s` command line option flag (#281).
+
+### Fixed
+
+- Update zsh shell completion (#264).
+- Fix fatal AttributeError using Arrow 0.14.5 (#300)
+
+### Removed
+
+- Python 3.4 support (#286).
+
## [1.7.0] - 2019-03-25
### Added
@@ -189,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
First stable public release 🎉
+[1.8.0]: https://github.com/tailordev/watson/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/tailordev/watson/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/tailordev/watson/compare/1.5.2...1.6.0
[1.5.2]: https://github.com/tailordev/watson/compare/1.5.1...1.5.2
diff --git a/watson/version.py b/watson/version.py
index c2c7258..4bdc222 100644
--- a/watson/version.py
+++ b/watson/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
-version = "1.7.0"
+version = "1.8.0"