From 00f5ae04f6558ea08b1275132e9c9ecb38ff0fcc Mon Sep 17 00:00:00 2001 From: fallwith Date: Mon, 12 Dec 2022 19:15:53 -0800 Subject: [PATCH] 8.14.0 * bump version to 8.14.0 * "functionality" spelling fix for CHANGELOG --- CHANGELOG.md | 2 +- lib/new_relic/version.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a335c2961..e18b0abb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v8.14.0 -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. +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. - **Deployment Recipe: Restore desired Capistrano-based changelog lookup behavior** diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index 63eeffdcad..6e49f2f598 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -6,8 +6,8 @@ module NewRelic module VERSION # :nodoc: MAJOR = 8 - MINOR = 13 - TINY = 1 + MINOR = 14 + TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end