diff --git a/CHANGELOG.md b/CHANGELOG.md index a9923929b..76526a0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.13.4 **Features**: diff --git a/include/sentry.h b/include/sentry.h index 1b3d7557e..073aa77d7 100644 --- a/include/sentry.h +++ b/include/sentry.h @@ -100,7 +100,7 @@ extern "C" { # endif #endif #ifndef SENTRY_SDK_VERSION -# define SENTRY_SDK_VERSION "0.13.3" +# define SENTRY_SDK_VERSION "0.13.4" #endif #define SENTRY_SDK_USER_AGENT SENTRY_SDK_NAME "/" SENTRY_SDK_VERSION diff --git a/ndk/gradle.properties b/ndk/gradle.properties index a363bc10a..ca3475811 100644 --- a/ndk/gradle.properties +++ b/ndk/gradle.properties @@ -7,7 +7,7 @@ org.gradle.parallel=true android.useAndroidX=true # Release information, used for maven publishing -versionName=0.13.3 +versionName=0.13.4 # disable renderscript, it's enabled by default android.defaults.buildfeatures.renderscript=false diff --git a/tests/__init__.py b/tests/__init__.py index 8ecf634c8..930a4db9f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -15,7 +15,7 @@ # https://docs.pytest.org/en/latest/assert.html#assert-details pytest.register_assert_rewrite("tests.assertions") -SENTRY_VERSION = "0.13.3" +SENTRY_VERSION = "0.13.4" def make_dsn(httpserver, auth="uiaeosnrtdy", id=123456, proxy_host=False):