Skip to content

Commit

Permalink
release: 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Mar 26, 2018
1 parent 98842a2 commit 487cbe3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.12.2

- Synchronize storing of breadcrumbs and events

## 3.12.1

- Fixed and error in javascript helper for new exception structure
Expand Down
2 changes: 1 addition & 1 deletion Sentry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sentry"
s.version = "3.12.1"
s.version = "3.12.2"
s.summary = "Sentry client for cocoa"
s.homepage = "https://github.com/getsentry/sentry-cocoa"
s.license = "mit"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Configuration/Sentry.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib
FRAMEWORK_VERSION = A

PRODUCT_NAME = Sentry
CURRENT_PROJECT_VERSION = 3.12.1
CURRENT_PROJECT_VERSION = 3.12.2
INFOPLIST_FILE = Sources/Sentry/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
ALWAYS_SEARCH_USER_PATHS = NO
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

NS_ASSUME_NONNULL_BEGIN

NSString *const SentryClientVersionString = @"3.12.1";
NSString *const SentryClientVersionString = @"3.12.2";
NSString *const SentryClientSdkName = @"sentry-cocoa";

static SentryClient *sharedClient = nil;
Expand Down
2 changes: 1 addition & 1 deletion docs/sentry-doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"vars": {
"SENTRY_COCOA_TAG": "3.12.1"
"SENTRY_COCOA_TAG": "3.12.2"
}
}

0 comments on commit 487cbe3

Please sign in to comment.