From a3bdfec56eef848e432277f458e6a97474f187d7 Mon Sep 17 00:00:00 2001 From: Corbin Phelps Date: Fri, 16 Nov 2018 07:42:35 -0500 Subject: [PATCH] Bumped to version 1.0.0 --- CHANGELOG.md | 4 ++++ src/oracledb.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94077fd..b49a104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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/). +## 1.0.0 - 2018-11-16 +### Changed +- Updated to version 1.0.0 + ## 0.2.0 - 2018-11-12 ### Added - Configuration prefix for consistency diff --git a/src/oracledb.go b/src/oracledb.go index 33b9348..f0c0bb8 100644 --- a/src/oracledb.go +++ b/src/oracledb.go @@ -28,7 +28,7 @@ type argumentList struct { const ( integrationName = "com.newrelic.oracledb" - integrationVersion = "0.2.0" + integrationVersion = "1.0.0" ) var (