Skip to content

Commit 8383a1c

Browse files
Preparing 1.4.0 for release (#94)
1 parent bd0acf4 commit 8383a1c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.3.0
28
- Introduced support for forced bucketing.
39
- Introduced support for numeric metrics.

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (1, 3, 0)
14+
version_info = (1, 4, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)