Skip to content

Commit

Permalink
Merge pull request #26 from newrelic/ga-bump
Browse files Browse the repository at this point in the history
Bumped to version 1.0.0
  • Loading branch information
camdencheek authored Nov 16, 2018
2 parents cf8b050 + a3bdfec commit 65a34dd
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.oracledb"
integrationVersion = "0.2.0"
integrationVersion = "1.0.0"
)

var (
Expand Down

0 comments on commit 65a34dd

Please sign in to comment.