diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bb585..d04a49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. #### 0.x Releases +- [0.8.0](#080) - [0.7.1](#071) - [0.7.0](#070) - [0.6.0](#060) @@ -16,6 +17,12 @@ All notable changes to this project will be documented in this file. - [0.1.0](#010) +## 0.8.0 + +Released February 14, 2020 + +- [#31](https://github.com/groue/GRDBCombine/pull/31) by [@pocketpixels](http://github.com/pocketpixels): Support for CocoaPods + ## 0.7.1 Released December 10, 2019 diff --git a/GRDBCombine.podspec b/GRDBCombine.podspec index 953337e..624a7e9 100644 --- a/GRDBCombine.podspec +++ b/GRDBCombine.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'GRDBCombine' - s.version = '0.7.1' + s.version = '0.8.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A set of extensions for SQLite, GRDB.swift, and Combine' s.homepage = 'https://github.com/groue/GRDBCombine' s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } - s.source = { :git => 'https://github.com/groue/GRDBCombine', :tag => "v#{s.version}" } + s.source = { :git => 'https://github.com/groue/GRDBCombine.git', :tag => "v#{s.version}" } s.module_name = 'GRDBCombine' s.swift_versions = ['5.0'] diff --git a/README.md b/README.md index 0907510..76dc35d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GRDBCombine --- -**Latest release**: [version 0.7.1](https://github.com/groue/GRDBCombine/tree/v0.7.1) (December 10, 2019) • [Release Notes] +**Latest release**: [version 0.8.0](https://github.com/groue/GRDBCombine/tree/v0.8.0) (February 14, 2020) • [Release Notes] **Requirements**: iOS 13.0+ / macOS 10.15+ / watchOS 6.0+ • Swift 5.1+ / Xcode 11.0+