Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asllop committed May 31, 2021
1 parent 10379b8 commit 5fb70f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG
All notable changes to this project will be documented in this file.

## [1.3.2] - 2021/05/31
### Add
- `totalAdPlaytime` attribute and NRAgent `nrAddToTotalAdPlaytime` public method (not wrapped).

## [1.3.1] - 2021/05/28
### Add
- Unit testing.
Expand Down
2 changes: 1 addition & 1 deletion components/NewRelicAgent/NRAgent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<interface>
<!-- Properties -->
<field id="version" type="string" value="1.3.1"/>
<field id="version" type="string" value="1.3.2"/>
<!-- Public Methods (wrapped) -->
<function name="NewRelicInit"/>
<function name="NewRelicVideoStart"/>
Expand Down

0 comments on commit 5fb70f3

Please sign in to comment.