Skip to content

Commit

Permalink
Moved 2.10.7.0 up to 2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed Mar 26, 2010
1 parent 409ce4b commit ed7a38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
v2.10.7
v2.10.8
* fix bug in delayed_job instrumentation that caused the job queue sampler
to run in the wrong place
* change startup sequence and code that restarts the worker loop
Expand All @@ -10,6 +10,7 @@ v2.10.7
* allow more correct overriding of transaction trace settings in the
call to #manual_start
* simplify WorkerLoop and add better protection for concurrency
* preliminary support for rails3

v2.10.6
* fix missing URL and referer on some traced errors and transactions
Expand Down
4 changes: 2 additions & 2 deletions lib/new_relic/version.rb
Expand Up @@ -3,8 +3,8 @@ module NewRelic
module VERSION #:nodoc:
MAJOR = 2
MINOR = 10
TINY = 7
BUILD = 0 # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
TINY = 8
BUILD = nil # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
end

Expand Down

0 comments on commit ed7a38b

Please sign in to comment.