Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
am-on committed Jun 17, 2022
1 parent ba8c647 commit d8a1073
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,22 @@
Changes
=======

0.9.0
-----

* Don't use Cloudflare IPs for client_addr. ClientAddr tween now sets a
correct IP when using Cloudflare's reverse proxy. The tween fetches the list
of Cloudflare's IPs on pyramid app start and ignores Cloudflare's IPs in
`X-Forwarded-For` header.
[am-on]

* Bump year to 2022
[am-on]

* Rename niteoweb -> teamniteo
[zupo]


0.8.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyramid_heroku"
version = "0.8.0"
version = "0.9.0"
description = "A bunch of helpers for successfully running Pyramid on Heroku."
readme = "README.rst"
include = [ "CHANGES.rst", "COPYING.txt" ]
Expand Down

0 comments on commit d8a1073

Please sign in to comment.