Skip to content

Commit

Permalink
Release 1.1.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Dec 20, 2019
1 parent d666331 commit 795b094
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3] — 2019-12-20

- [Security] Bump Django to 3.0.1 (#101) (@phacks)
- Fix `from_date` not working for scripts (#103) (@phacks)
- Activate gzip compression on API calls (#104) (@phacks)

## [1.1.2] — 2019-12-17

- Upgrade backend dependencies (@phacks)
Expand Down Expand Up @@ -49,7 +55,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.2...HEAD
[Unreleased]: https://github.com/theodo/falco/compare/1.1.3...HEAD
[1.1.3]: https://github.com/theodo/falco/compare/1.1.3...1.1.2
[1.1.2]: https://github.com/theodo/falco/compare/1.1.2...1.1.1
[1.1.1]: 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
Expand Down
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.1.2)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.3)

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.1.2"}
href={"https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.3"}
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.1.2"
href="https://heroku.com/deploy?template=https://github.com/theodo/falco/tree/1.1.3"
target="_blank"
>
Deploy to Heroku
Expand Down

0 comments on commit 795b094

Please sign in to comment.