Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t committed Jan 19, 2019
1 parent 9a94bec commit 19c76af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion opencensus/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 19c76af

Please sign in to comment.