Skip to content

Commit

Permalink
Version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Aug 9, 2016
1 parent 122f2a6 commit db02125
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearch-Client-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.5'
s.version = '3.6'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
2 changes: 1 addition & 1 deletion AlgoliaSearch-Offline-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Offline-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.5'
s.version = '3.6'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
9 changes: 8 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Change Log
==========

## Next
## 3.6 (2016-08-09)

- Add explicit support for **tvOS** in the Cocoapods pod spec. (In fact, tvOS has been supported for a while in our code, but somehow never made it to the pod spec.) *Note: not supported by the offline mode.*
- Add support for HTML documentation generation via [Jazzy](https://github.com/realm/jazzy)
- Fix behavior of the `exhaustiveFacetsCount` response field when using disjunctive faceting
- Migrate the `User-Agent` HTTP header to a new, more parseable format; now also includes the operating system's version.
- Change value of `ErrorDomain` constant. *Note: not a breaking change unless you relied on the value itself.*
- Update documentation

### Offline mode

Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.5</string>
<string>3.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit db02125

Please sign in to comment.