diff --git a/CHANGELOG.md b/CHANGELOG.md index bd590f1..d9425f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master +## 0.2.0 + - Rewritten from scratch to support TOML 1.0 - Remove support for CocoaPods and Carthage - Remove dependency on NetTime, parser returns `Foundation.Date` and diff --git a/README.md b/README.md index 3bbdc31..8643b83 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ TOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction #### With [SwiftPM](https://swift.org/package-manager) ```swift -.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.1.6") +.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.2.0") ``` ## License