Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit 82c2787

Browse files
committed
Update CHANGELOG
1 parent 2cb0c03 commit 82c2787

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## [1.1.0] (2017-01-21)
6+
[Full Changelog](https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.6...v1.1.0)
7+
### Added
8+
- Search media and location by latitude and longitude:
9+
- `func searchMedia(latitude: Double? = nil, longitude: Double? = nil, ...)`
10+
- `func searchLocation(latitude: Double? = nil, longitude: Double? = nil, ...)`
11+
- New option to get all the permissions on `login(..., withScopes: [.all], ...)` method.
12+
### Changed
13+
- `retrieveAccessToken()` method is now public (#15).
14+
- `storeAccessToken()` is also public (#17).
15+
### Fixed
16+
- Problem with all the POST requests (e.g. #20).
17+
518
## [1.0.6] (2017-11-03)
619
[Full Changelog](https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.5...v1.0.6)
720
### Added
@@ -62,7 +75,8 @@
6275
### Added
6376
- Initial release.
6477

65-
[Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.6...develop
78+
[Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.1.0...develop
79+
[1.1.0]: https://github.com/AnderGoig/SwiftInstagram/tree/v1.1.0
6680
[1.0.6]: https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.6
6781
[1.0.5]: https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.5
6882
[1.0.4]: https://github.com/AnderGoig/SwiftInstagram/tree/v1.0.4

0 commit comments

Comments
 (0)