We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfc36e commit cb0de24Copy full SHA for cb0de24
2 files changed
CHANGELOG.md
@@ -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
@@ -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.dev0'
0 commit comments