Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jul 17, 2019
1 parent e299ada commit 56acf53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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.0.2 - 2019-06-20
## 2.0.3 - 2019-07-17
### Changed
- Updated goracle dependency

## 2.0.2 - 2019-07-16
### Fixed
- Default max datafile size to 2G

Expand Down
2 changes: 1 addition & 1 deletion src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.oracledb"
integrationVersion = "2.0.2"
integrationVersion = "2.0.3"
)

var (
Expand Down

0 comments on commit 56acf53

Please sign in to comment.