diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 00000000..662516be --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,3 @@ +issues=true +add_issues_wo_labels=false +exclude_labels=duplicate,question,wontfix,discussion,needs more info,off topic,product usage diff --git a/CHANGELOG.md b/CHANGELOG.md index f216efca..e9632485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log -## [0.1.0](https://github.com/facebook/Facebook-SDK-Swift/tree/0.1.0) +## [0.1.1](https://github.com/facebook/facebook-sdk-swift/tree/0.1.1) (2016-07-14) +[Full Changelog](https://github.com/facebook/facebook-sdk-swift/compare/0.1.0...0.1.1) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator) +**Implemented enhancements:** + +- Clarify Carthage and sub-project Getting Started instructions in README. [\#7](https://github.com/facebook/facebook-sdk-swift/pull/7) ([nlutsenko](https://github.com/nlutsenko)) +- Fix running of SwiftCatalog sample on device. [\#5](https://github.com/facebook/facebook-sdk-swift/pull/5) ([nlutsenko](https://github.com/nlutsenko)) + +**Fixed bugs:** + +- Cannot login with \[.PublishActions\] permissions [\#3](https://github.com/facebook/facebook-sdk-swift/issues/3) + +**Merged pull requests:** + +- Remove unused LoginManager.DefaultAudience file. [\#8](https://github.com/facebook/facebook-sdk-swift/pull/8) ([nlutsenko](https://github.com/nlutsenko)) +- Fix failing login with publish permissions when using LoginManager. [\#4](https://github.com/facebook/facebook-sdk-swift/pull/4) ([nlutsenko](https://github.com/nlutsenko)) +- Update links and platforms badge in README. [\#2](https://github.com/facebook/facebook-sdk-swift/pull/2) ([nlutsenko](https://github.com/nlutsenko)) +- Update CocoaPods settings and re-enable linting on Travis-CI. [\#1](https://github.com/facebook/facebook-sdk-swift/pull/1) ([nlutsenko](https://github.com/nlutsenko)) + +## [0.1.0](https://github.com/facebook/facebook-sdk-swift/tree/0.1.0) (2016-07-14) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 08c848d1..bde476f7 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -16,4 +16,4 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -FBSDK_SWIFT_VERSION = 0.1.0 +FBSDK_SWIFT_VERSION = 0.1.1 diff --git a/FacebookCore.podspec b/FacebookCore.podspec index 89908f91..8ee62cd0 100644 --- a/FacebookCore.podspec +++ b/FacebookCore.podspec @@ -1,8 +1,9 @@ Pod::Spec.new do |s| s.name = 'FacebookCore' - s.version = '0.1.0' + s.version = '0.1.1' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' + s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' } s.summary = "Official Facebook SDK in Swift to access Facebook Platform's core features." diff --git a/FacebookLogin.podspec b/FacebookLogin.podspec index eddda15d..ef4d911a 100644 --- a/FacebookLogin.podspec +++ b/FacebookLogin.podspec @@ -1,8 +1,9 @@ Pod::Spec.new do |s| s.name = 'FacebookLogin' - s.version = '0.1.0' + s.version = '0.1.1' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' + s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' } s.summary = "Official Facebook SDK in Swift to integrate with Facebook Login." diff --git a/FacebookShare.podspec b/FacebookShare.podspec index 069aca94..df56d262 100644 --- a/FacebookShare.podspec +++ b/FacebookShare.podspec @@ -1,8 +1,9 @@ Pod::Spec.new do |s| s.name = 'FacebookShare' - s.version = '0.1.0' + s.version = '0.1.1' s.author = 'Facebook' s.homepage = 'https://developers.facebook.com/docs/swift' + s.documentation_url = 'https://developers.facebook.com/docs/swift/reference' s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' } s.summary = "Official Facebook SDK in Swift to access Facebook Platform's Sharing Features."