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

Commit 8af54bc

Browse files
committed
Adds release notes to the CHANGELOG and bumps the version to 1.0.4
1 parent bdb18bb commit 8af54bc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.0.4] - 2017-10-10
10+
### Added
11+
- 100% documented code.
12+
### Changed
13+
- Now, the redirection URI must be defined in the Info.plist file. See [wiki](https://github.com/AnderGoig/SwiftInstagram/wiki/Authentication).
14+
- The `createdTime` attribute of the classes `InstagramComment` and `InstagramMedia` has been renamed to `createdDate` and returns an object of type `Date`.
15+
- Improves [Codebeat](https://codebeat.co/projects/github-com-andergoig-swiftinstagram-master) GBA.
16+
### Fixed
17+
- Fixed the type of the returned errors.
18+
919
## [1.0.3] - 2017-10-08
1020
### Changed
1121
- Improved documentation.
@@ -34,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3444
### Added
3545
- Initial release.
3646

37-
[Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.3...develop
47+
[Unreleased]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.4...develop
48+
[1.0.4]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.3...v1.0.4
3849
[1.0.3]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.2...v1.0.3
3950
[1.0.2]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.1...v1.0.2
4051
[1.0.1]: https://github.com/AnderGoig/SwiftInstagram/compare/v1.0.0...v1.0.1

Sources/Supporting Files/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>1.0.3</string>
18+
<string>1.0.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SwiftInstagram.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftInstagram'
3-
s.version = '1.0.3'
3+
s.version = '1.0.4'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'A Swift wrapper for the Instagram API'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)