diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6e662132..08ae3cd284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one expection: ## 4.1.0 -Released June 15, 2019 • [diff](https://github.com/groue/GRDB.swift/compare/v4.0.1...v4.1.0) +Released June 20, 2019 • [diff](https://github.com/groue/GRDB.swift/compare/v4.0.1...v4.1.0) - [#537](https://github.com/groue/GRDB.swift/pull/537): Remove useless parenthesis from generated SQL - [#538](https://github.com/groue/GRDB.swift/pull/538) by [@Timac](https://github.com/Timac): Add FAQ to clarify "Wrong number of statement arguments" error with "like '%?%'" diff --git a/README.md b/README.md index 8adcfa7f9e..2ecabb22fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GRDB 4 [![Swift 4.2](https://img.shields.io/badge/swift-4.2-orange.svg?style=fla --- -**Latest release**: June 15, 2019 • version 4.1.0 • [CHANGELOG](CHANGELOG.md) • [Migrating From GRDB 3 to GRDB 4](Documentation/GRDB3MigrationGuide.md) +**Latest release**: June 20, 2019 • version 4.1.0 • [CHANGELOG](CHANGELOG.md) • [Migrating From GRDB 3 to GRDB 4](Documentation/GRDB3MigrationGuide.md) **Requirements**: iOS 9.0+ / macOS 10.9+ / watchOS 2.0+ • Swift 4.2+ / Xcode 10.0+