From 9194fb8bdfc465880cd9b7dccc78684e4323d24e Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Wed, 5 Oct 2016 18:23:21 -0700 Subject: [PATCH] Release v3.7.0 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea11dc818e..35a691be2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.7.0 (2016-10-05) + +### Enhancements + +- Add support for sending reports using lambdas for customization + [Delisa Mason](https://github.com/kattrali) + [#123](https://github.com/bugsnag/bugsnag-android/pull/123) + ## 3.6.0 (2016-09-09) ### Enhancements diff --git a/gradle.properties b/gradle.properties index 2c7b891878..9ccc5304a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.6.0 +VERSION_NAME=3.7.0 GROUP=com.bugsnag POM_SCM_URL=https://github.com/bugsnag/bugsnag-android