diff --git a/CHANGELOG.md b/CHANGELOG.md index c303a87..5f8d74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.0.0-alpha.2] + ### Added * LCP implementation of the [Content Protection API](https://readium.org/architecture/proposals/006-content-protection) to work with the new [Streamer API](https://readium.org/architecture/proposals/005-streamer-api). @@ -26,6 +29,7 @@ All notable changes to this project will be documented in this file. * [Decrypting resources in some edge cases](https://github.com/readium/r2-lcp-swift/pull/94). + ## [2.0.0-alpha.1] ### Added @@ -40,3 +44,4 @@ All notable changes to this project will be documented in this file. [unreleased]: https://github.com/readium/r2-lcp-swift/compare/master...HEAD [2.0.0-alpha.1]: https://github.com/readium/r2-lcp-swift/compare/1.2.3...2.0.0-alpha.1 +[2.0.0-alpha.2]: https://github.com/readium/r2-lcp-swift/compare/2.0.0-alpha.1...2.0.0-alpha.2 diff --git a/Cartfile b/Cartfile index 764717a..0c0a2f9 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ -github "readium/r2-shared-swift" "develop" +github "readium/r2-shared-swift" == 2.0.0-alpha.2 github "stephencelis/SQLite.swift" == 0.12.2 github "krzyzanowskim/CryptoSwift" == 1.3.1 github "weichsel/ZIPFoundation" == 0.9.11 diff --git a/Cartfile.resolved b/Cartfile.resolved index 5e3234e..18f2b76 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,6 +1,6 @@ github "cezheng/Fuzi" "3.1.2" github "dexman/Minizip" "1.4.0" github "krzyzanowskim/CryptoSwift" "1.3.1" -github "readium/r2-shared-swift" "ef446a7ab96910ab78381841465c5d104310b87e" +github "readium/r2-shared-swift" "2.0.0-alpha.2" github "stephencelis/SQLite.swift" "0.12.2" github "weichsel/ZIPFoundation" "0.9.11" diff --git a/ReadiumLCP.podspec b/ReadiumLCP.podspec index d154b54..73be59a 100644 --- a/ReadiumLCP.podspec +++ b/ReadiumLCP.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReadiumLCP" - s.version = "2.0.0-alpha.1" + s.version = "2.0.0-alpha.2" s.license = "BSD 3-Clause License" s.summary = "Readium LCP" s.homepage = "http://readium.github.io" s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } - s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "2.0.0-alpha.1" } + s.source = { :git => "https://github.com/readium/r2-lcp-swift.git", :tag => "2.0.0-alpha.2" } s.exclude_files = ["**/Info*.plist"] s.requires_arc = true s.resources = ['readium-lcp-swift/Resources/**']