Skip to content

Commit

Permalink
Merge pull request #40 from MindscapeHQ/md/cr-215/full-release
Browse files Browse the repository at this point in the history
[CR-215] Release 1.4.1 changes
  • Loading branch information
mduncan26 authored Aug 31, 2020
2 parents 4a42301 + 0ea9cd8 commit 2c830de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1
- Prefixed KSCrash classes and methods to avoid conflicts with external sources
- The RaygunCrashReportConverter class is now public

## 1.4.0
- CocoaPods support
- New sample app projects
Expand Down
2 changes: 1 addition & 1 deletion Sources/Raygun/RaygunDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define RAYGUN_CAN_USE_UIKIT 0
#endif

static NSString *_Nonnull const kRaygunClientVersion = @"1.4.1-beta";
static NSString *_Nonnull const kRaygunClientVersion = @"1.4.1";

static NSString *_Nonnull const kRaygunIdentifierUserDefaultsKey = @"com.raygun.identifier";
static NSString *_Nonnull const kRaygunSessionLastSeenDefaultsKey = @"com.raygun.session.lastseen";
Expand Down
3 changes: 2 additions & 1 deletion raygun4apple.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'raygun4apple'
s.version = '1.4.1-beta'
s.version = '1.4.1'
s.summary = 'Raygun client for Apple platforms'
s.homepage = 'https://raygun.com'
s.authors = { 'Raygun' => '[email protected]' }
Expand All @@ -25,6 +25,7 @@ Pod::Spec.new do |s|
'Sources/**/RaygunClient.h',
'Sources/**/RaygunMessageDetails.h',
'Sources/**/RaygunMessage.h',
'Sources/**/RaygunCrashReportConverter.h',
s.ios.public_header_files = 'raygun4apple-iOS/raygun4apple_iOS.h'
s.tvos.public_header_files = 'raygun4apple-tvOS/raygun4apple_tvOS.h'
s.osx.public_header_files = 'raygun4apple-macOS/raygun4apple_macOS.h'
Expand Down

0 comments on commit 2c830de

Please sign in to comment.