Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
up version
  • Loading branch information
un33k committed Dec 13, 2023
commit d2217fa0c6bf8260641ad31e9f15485fc6ce7a51
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1
Issue:
- Remove `HTTP_VIA` header support (unreliable IP information) (@yourcelf)

## 2.0.0

- Introduced breaking changes to avoid conflicts with the `django-ipware` package.
Expand Down
2 changes: 1 addition & 1 deletion python_ipware/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"