Skip to content

Commit 7c92602

Browse files
author
Clément Le Provost
committed
Version 3.1
1 parent 84c3e93 commit 7c92602

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

AlgoliaSearch-Client-Swift.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 = 'AlgoliaSearch-Client-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '3.0'
4+
s.version = '3.1'
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
## 3.1 (2016-05-09)
5+
6+
- Add tvOS target
7+
- Restore [Carthage](https://github.com/Carthage/Carthage) support
8+
- Add typed properties for query parameters `filters` and `numericFilters`
9+
- Shuffle host array at init time, for better load balancing
10+
- Update documentation
11+
- Fix unit tests: remove broken "keep alive" test case
12+
13+
414
## 3.0 (2016-04-13)
515

616
This major version brings new features and bug fixes. In addition, a lot of refactoring has been performed to achieve

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0</string>
18+
<string>3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)