diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4c888f8..aaaab514c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] — 2019-12-13 + +- Fix WPT Compare view not working for Private Instances (@phacks) + ## [1.1.0] — 2019-12-13 - Add support for WebPageTest Private Instances 🎉 (@phacks) @@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 🎉Initial release! 🎉 -[Unreleased]: https://github.com/theodo/falco/compare/1.1.0...HEAD +[Unreleased]: https://github.com/theodo/falco/compare/1.1.1...HEAD +[Unreleased]: https://github.com/theodo/falco/compare/1.1.1...1.1.0 [1.1.0]: https://github.com/theodo/falco/compare/1.0.3...1.1.0 [1.0.3]: https://github.com/theodo/falco/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/theodo/falco/compare/1.0.1...1.0.2 diff --git a/README.md b/README.md index 0a45940ed..4acda92f3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede You can deploy Falco on Heroku by clicking on the following button: -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.1) You will need to provide your credit card details to Heroku, but you will be under the free tier by default. You can find more details on why they are needed and Heroku’s pricing policy [in the docs](https://getfal.co). diff --git a/docs/docs/getting-started/installation.mdx b/docs/docs/getting-started/installation.mdx index ad82a5a51..7adc268de 100644 --- a/docs/docs/getting-started/installation.mdx +++ b/docs/docs/getting-started/installation.mdx @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link"; Deploy to Heroku diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 70dc2833d..56b07f92d 100755 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -76,7 +76,7 @@ function Home() { "button button--primary button--lg", styles.addFocus )} - href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0" + href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.1" target="_blank" > Deploy to Heroku