Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Apr 17, 2019
1 parent 005a054 commit 182207d
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.1.6 - 2019-04-17
### Fixed
- Timing out when waiting for a connection

## 1.1.5 - 2019-03-19
### Added
- Don't force exit if ORACLE_HOME is unset
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 = "1.1.5"
integrationVersion = "1.1.6"
)

var (
Expand Down

0 comments on commit 182207d

Please sign in to comment.