diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cf19a..bbde8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # CHANGELOG All notable changes to this project will be documented in this file. +## [3.0.1] - 2022/08/25 +### Add + - Added package json file +### Fix + - Updated Main.brs with note about HttpEvents + ## [3.0.0] - 2022/07/22 ### Add - Metrics API. diff --git a/components/NewRelicAgent/NRAgent.xml b/components/NewRelicAgent/NRAgent.xml index 18cbef1..114b7ca 100644 --- a/components/NewRelicAgent/NRAgent.xml +++ b/components/NewRelicAgent/NRAgent.xml @@ -13,7 +13,7 @@ - + diff --git a/package.json b/package.json index 19ba9a0..fe92cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "video-agent-roku", - "version": "3.0.0", + "version": "3.0.1", "description": "[![Community Project header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Community_Project.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#community-project)", "main": "index.js", "scripts": {