Skip to content

Commit a3cff8b

Browse files
committed
1.1.0 release 🎉
1 parent 6f2ccf7 commit a3cff8b

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] — 2019-12-13
810
- Add support for WebPageTest Private Instances 🎉 (@phacks)
911

1012
## [1.0.3] - 2019-12-10
@@ -38,8 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840

3941
🎉Initial release! 🎉
4042

41-
[Unreleased]: https://github.com/theodo/falco/compare/1.0.3...HEAD
42-
[1.0.3]: https://github.com/theodo/falco/compare/1.0.3...1.0.3
43+
[Unreleased]: https://github.com/theodo/falco/compare/1.1.0...HEAD
44+
[1.1.0]: https://github.com/theodo/falco/compare/1.0.3...1.1.0
45+
[1.0.3]: https://github.com/theodo/falco/compare/1.0.2...1.0.3
4346
[1.0.2]: https://github.com/theodo/falco/compare/1.0.1...1.0.2
4447
[1.0.1]: https://github.com/theodo/falco/compare/1.0.0...1.0.1
4548
[1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede
3737

3838
You can deploy Falco on Heroku by clicking on the following button:
3939

40-
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3)
40+
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0)
4141

4242
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).
4343

docs/docs/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import Link from "@docusaurus/Link";
4242

4343
<Link
4444
className="button button--primary button--lg"
45-
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3"}
45+
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0"}
4646
style={{marginBottom: '20px'}}
4747
>
4848
Deploy to Heroku

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function Home() {
7676
"button button--primary button--lg",
7777
styles.addFocus
7878
)}
79-
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.0.3"
79+
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.0"
8080
target="_blank"
8181
>
8282
Deploy to Heroku

0 commit comments

Comments
 (0)