diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7e673..9b18243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [2.1.0] - 2020-07-10 + +### Added + - Support for subdomain gateways - Strict mode - More icons @@ -20,14 +34,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this - Now uses `--chunker=buzhash` - Updated `bootstrap` and `ipfs-css` -### Deprecated - -### Removed - -### Fixed - -### Security - ## [2.0.0] - 2019-12-03 Now based on Angular! diff --git a/README.md b/README.md index de59119..29ef232 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Cache a specific hash on a bunch of public gateways. -You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeic4brgje76b5tv4g3qoux7vfxrolng2kmygigfq3ugubq7peae7ke.ipfs.dweb.link). +You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeiagzg6lcrzuwb7pdxhs4bc7iiexriaxy2kx5fogdaemnqg4oiydl4.ipfs.dweb.link). ![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png) diff --git a/package.json b/package.json index a465f37..81d8f2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-gateway-cacher", - "version": "2.0.0", + "version": "2.1.0", "scripts": { "ng": "ng", "start": "ng serve --ssl",