We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b467b commit 5465fb1Copy full SHA for 5465fb1
2 files changed
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## 0.1.11
4
+Released 2018-01-16
5
6
+- Fix a bug in the stackdriver exporter that caused spans to be exported
7
+ individually
8
+ ([#425](https://github.com/census-instrumentation/opencensus-python/pull/425))
9
+- Add this changelog
opencensus/__version__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '0.1.10'
+__version__ = '0.1.11'
0 commit comments