From 19c76af7e7a64738a1ceec70579f17864ef53e9a Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Fri, 18 Jan 2019 16:14:55 -0800 Subject: [PATCH] Prepare for 0.2.0 release --- CHANGELOG.md | 16 ++++++++++++++++ opencensus/__version__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..d00f67309 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.2.0 +Released 2018-01-18 + +- Fix multiple stackdriver and prometheus exporter bugs +- Increase size of trace batches and change transport behavior on exit + ([#452](https://github.com/census-instrumentation/opencensus-python/pull/452)) + +## 0.1.11 +Released 2018-01-16 + +- Fix a bug in the stackdriver exporter that caused spans to be exported + individually + ([#425](https://github.com/census-instrumentation/opencensus-python/pull/425)) +- Add this changelog diff --git a/opencensus/__version__.py b/opencensus/__version__.py index 370a878a3..47ecd3321 100644 --- a/opencensus/__version__.py +++ b/opencensus/__version__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.8' +__version__ = '0.2.0'