Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
FacebookSwift 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Jul 14, 2016
1 parent 37ab497 commit c836d08
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion FacebookCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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'
Expand Down
2 changes: 1 addition & 1 deletion FacebookLogin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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'
Expand Down
2 changes: 1 addition & 1 deletion FacebookShare.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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'
Expand Down

0 comments on commit c836d08

Please sign in to comment.