Skip to content

Commit

Permalink
release: 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 14, 2017
1 parent 357771b commit 66144c4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.11.0

- Greatly improved handling for rate limiting see: #230
- Added `shouldQueueEvent`
- There is a hardlimit for offline stored events of 10 and 200 for breadcrumbs

## 3.10.0

- This update will create a subfolder for each instance of SentryClient depending on the DSN.
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.10.0"
s.version = "3.11.0"
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.10.0
CURRENT_PROJECT_VERSION = 3.11.0
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.10.0";
NSString *const SentryClientVersionString = @"3.11.0";
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.10.0"
"SENTRY_COCOA_TAG": "3.11.0"
}
}

0 comments on commit 66144c4

Please sign in to comment.