diff --git a/CHANGELOG.md b/CHANGELOG.md index d453d4b..05e9458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 2.1.3 - 2019-10-28 +## 2.1.4 - 2019-10-28 ### Fixed - Close rows objects when finished to allow recycling of connections diff --git a/src/oracledb.go b/src/oracledb.go index b4e8b73..f81aed9 100644 --- a/src/oracledb.go +++ b/src/oracledb.go @@ -31,7 +31,7 @@ type argumentList struct { const ( integrationName = "com.newrelic.oracledb" - integrationVersion = "2.1.3" + integrationVersion = "2.1.4" ) var (