Skip to content

Commit 185971f

Browse files
authoredOct 28, 2019
Merge pull request #73 from theodo/release-1.0.2
Draft 1.0.2 release
2 parents f3c9eb5 + b5d4c36 commit 185971f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2019-10-28
10+
11+
### Added
12+
13+
- Pipe application logs to Heroku, for easier debugging (@kraynel)
14+
15+
### Fixed
16+
917
- Update Dockerfile to run Celery as a dedicated, non-root user (@kraynel)
1018

1119
## [1.0.1] - 2019-10-25
@@ -24,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2432

2533
🎉Initial release! 🎉
2634

27-
[Unreleased]: https://github.com/theodo/falco/compare/v1.0.1...HEAD
35+
[Unreleased]: https://github.com/theodo/falco/compare/v1.0.2...HEAD
36+
[1.0.2]: https://github.com/theodo/falco/compare/v1.0.1...v1.0.2
2837
[1.0.1]: https://github.com/theodo/falco/compare/v1.0.0...v1.0.1
2938
[1.0.0]: https://github.com/theodo/falco/releases/tag/1.0.0

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can try a demo version by logging in to https://falco.theo.do with the crede
3636

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.