We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0acf4 commit 8383a1cCopy full SHA for 8383a1c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.4.0
2
+- Added support for IP anonymization.
3
+- Added support for notification listeners.
4
+- Added support for bucketing ID.
5
+- Updated mmh3 to handle installation failures on Windows 10.
6
+
7
## 1.3.0
8
- Introduced support for forced bucketing.
9
- Introduced support for numeric metrics.
optimizely/version.py
@@ -11,5 +11,5 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (1, 3, 0)
+version_info = (1, 4, 0)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments