Skip to content

Commit

Permalink
updated check value and fixed customer certego.routing_history
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgia-fusco8 committed Mar 12, 2024
1 parent 0bf89ea commit fc1d1f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 2.2.x
### 2.2.9
#### Bugfix
* Fixed customer routing history
#### Changes
* Updated _check_value() method in filters
### 2.2.8
#### Bugfix
* Fixed a bug when an existing fields didn't match
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="routingfilter",
version="2.2.8",
version="2.2.9",
packages=find_packages(include=["routingfilter", "routingfilter.*"]),
include_package_data=True,
install_requires=["IPy~=1.1", "macaddress~=2.0.2"],
Expand Down

0 comments on commit fc1d1f0

Please sign in to comment.