Skip to content

Commit

Permalink
1.1.0 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Dec 13, 2019
1 parent 6f2ccf7 commit a3cff8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Link from "@docusaurus/Link";

<Link
className="button button--primary button--lg"
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"}
style={{marginBottom: '20px'}}
>
Deploy to Heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3cff8b

Please sign in to comment.