Skip to content

Commit d0da6ea

Browse files
author
Evan Greer
committed
minor updates
1 parent 0df46e0 commit d0da6ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [6.5.8-beta]
7-
- Beta release to test features at scale in real world implementation
8-
97
### Added
108
- introduces ThreadSafeOrderedDictionary which is a wrapper around the OrderedDictionary to ensure thread safety. Thanks to @Rspoon3
119

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Iterable-iOS-SDK"
33
s.module_name = "IterableSDK"
4-
s.version = "6.5.8-beta2"
4+
s.version = "6.5.8-beta1"
55
s.summary = "Iterable's official SDK for iOS"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)