diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7e38821..ffdf474 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/newrelic/nr1-event-stream/compare/v1.3.1...v1.4.0) (2020-07-09) + + +### Features + +* add RLIKE operators ([e3ee16f](https://github.com/newrelic/nr1-event-stream/commit/e3ee16f2c73e80bb5f9f4605f86d0582c42ac137)) + ## [1.3.1](https://github.com/newrelic/nr1-event-stream/compare/v1.3.0...v1.3.1) (2020-07-08) diff --git a/package-lock.json b/package-lock.json index 6b9ee5e..197feb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-event-stream", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9702dd7..5773296 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-event-stream", "description": "Event Stream Nerdpack", - "version": "1.3.1", + "version": "1.4.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",