Skip to content

Commit cb0de24

Browse files
authored
Update version number, add changelog (census-instrumentation#463)
1 parent 4bfc36e commit cb0de24

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.2.0
6+
Released 2018-01-18
7+
8+
- Fix multiple stackdriver and prometheus exporter bugs
9+
- Increase size of trace batches and change transport behavior on exit
10+
([#452](https://github.com/census-instrumentation/opencensus-python/pull/452))
11+
12+
## 0.1.11
13+
Released 2018-01-16
14+
15+
- Fix a bug in the stackdriver exporter that caused spans to be exported
16+
individually
17+
([#425](https://github.com/census-instrumentation/opencensus-python/pull/425))
18+
- Add this changelog

opencensus/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.1.8'
15+
__version__ = '0.2.dev0'

0 commit comments

Comments
 (0)