Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.13.4

**Features**:

Expand Down
2 changes: 1 addition & 1 deletion include/sentry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ndk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading