Skip to content

Commit fc1d1f0

Browse files
updated check value and fixed customer certego.routing_history
1 parent 0bf89ea commit fc1d1f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## 2.2.x
2+
### 2.2.9
3+
#### Bugfix
4+
* Fixed customer routing history
5+
#### Changes
6+
* Updated _check_value() method in filters
27
### 2.2.8
38
#### Bugfix
49
* Fixed a bug when an existing fields didn't match

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="routingfilter",
8-
version="2.2.8",
8+
version="2.2.9",
99
packages=find_packages(include=["routingfilter", "routingfilter.*"]),
1010
include_package_data=True,
1111
install_requires=["IPy~=1.1", "macaddress~=2.0.2"],

0 commit comments

Comments
 (0)