diff --git a/CHANGELOG.md b/CHANGELOG.md index 660d816ad..fd4c888f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] — 2019-12-13 - Add support for WebPageTest Private Instances 🎉 (@phacks) ## [1.0.3] - 2019-12-10 @@ -38,8 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 🎉Initial release! 🎉 -[Unreleased]: https://github.com/theodo/falco/compare/1.0.3...HEAD -[1.0.3]: https://github.com/theodo/falco/compare/1.0.3...1.0.3 +[Unreleased]: https://github.com/theodo/falco/compare/1.1.0...HEAD +[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 [1.0.1]: https://github.com/theodo/falco/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index f00d3d193..0a45940ed 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.0.3) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0) 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 e12e6aa72..ad82a5a51 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 f60d6a154..70dc2833d 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.0.3" + href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0" target="_blank" > Deploy to Heroku