Skip to content

Commit

Permalink
Merge branch 'release/1.5.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVot committed Aug 21, 2018
2 parents f0f7491 + 7900f9e commit b0941f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified BugfenderSDK.framework/BugfenderSDK
Binary file not shown.
1 change: 1 addition & 0 deletions BugfenderSDK.framework/Headers/BugfenderSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
#define BFLibraryVersionNumber_1_5_3 45
#define BFLibraryVersionNumber_1_5_4 46
#define BFLibraryVersionNumber_1_5_5 47
#define BFLibraryVersionNumber_1_5_6 48

/**
* Current Bugfender version number.
Expand Down
2 changes: 1 addition & 1 deletion BugfenderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BugfenderSDK'
s.version = '1.5.5'
s.version = '1.5.6'
s.ios.deployment_target = '8.0'
s.license = { :type => 'Commercial', :text => 'See https://bugfender.com/terms-of-service/' }
s.summary = 'Bugfender: a mobile remote logger'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.5.6
- Fixed an issue in which gap logs were reporting wrong begin/end dates

# 1.5.5
- Addressing an issue in which access to the iOS keychain in the background may cause a crash
- Fixed SDK sending wrong timestamp in crash
Expand Down

0 comments on commit b0941f0

Please sign in to comment.