From e6c3c4a74d57f870a0d781bada02cb2b2c497d14 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 24 Mar 2020 09:39:55 -0700 Subject: [PATCH] Update changelog and fix small issue in releasing file (#134) Signed-off-by: Bogdan Drutu --- CHANGELOG.md | 2 ++ RELEASING.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9240bce2c..0228bd087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ ## Unreleased +## 0.3.0 - 2020-03-23 + - Initial protos for trace, metrics, resource and OTLP. diff --git a/RELEASING.md b/RELEASING.md index 68c451b9b..36538ff23 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -47,7 +47,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the git checkout v$MAJOR.$MINOR.x git pull upstream v$MAJOR.$MINOR.x git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH" - git push upstream v$MAJOR.$MINOR.x + git push upstream v$MAJOR.$MINOR.$PATCH ``` ## Patch Release