Skip to content

Commit 74737a4

Browse files
authored
Merge pull request #1695 from newrelic/eight_fourteen_and_no_100
8.14.0
2 parents 66ceae1 + 00f5ae0 commit 74737a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v8.14.0
44

5-
Version 8.14.0 of the agent restores desired Capistrano-based changelog lookup functionalty when a deployment is performed, speeds up GUID generation, delivers support for instrumenting Rails custom event notifications, fixes potential compatibility issues with the RedisClient gem, and fixes bugs related to initialization in Rails.
5+
Version 8.14.0 of the agent restores desired Capistrano-based changelog lookup functionality when a deployment is performed, speeds up GUID generation, delivers support for instrumenting Rails custom event notifications, fixes potential compatibility issues with the RedisClient gem, and fixes bugs related to initialization in Rails.
66

77
- **Deployment Recipe: Restore desired Capistrano-based changelog lookup behavior**
88

Diff for: lib/new_relic/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
module NewRelic
77
module VERSION # :nodoc:
88
MAJOR = 8
9-
MINOR = 13
10-
TINY = 1
9+
MINOR = 14
10+
TINY = 0
1111

1212
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
1313
end

0 commit comments

Comments
 (0)