diff --git a/CHANGELOG.md b/CHANGELOG.md index 855a9b48ae3e26179c9bfd0ea7fc432ec55a63b0..7a4ff23a696cb8af40d33ed8f0011378e26d3ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Added support for a `forKinds: ["all"]` option on datastores. * Added support for specifying a `region` to the S3 provider. * Pass-through the `Accept-Language` header for URL previews, with options to set a default. +* Experimental support for IPFS. ### Fixed * Fixed thumbnails producing the wrong result. +### Changed + +* Updated to Go 1.14 + ## [1.0.1] - February 27, 2020 ### Fixed