Skip to content

Commit

Permalink
meta: Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jul 29, 2019
1 parent 2fae98a commit e44c5ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.10.0
-----

* FEATURE: Added support for `SENTRY_ENVIRONMENT` [@mtsmfm, #910]
* FEATURE: Added support for `SENTRY_RELEASE` [@coorasse, #911]


2.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/raven/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
VERSION = "2.9.0" # rubocop:disable Style/MutableConstant
VERSION = "2.10.0" # rubocop:disable Style/MutableConstant
end
2 changes: 1 addition & 1 deletion sentry-raven.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.name = "sentry-raven"
gem.authors = ["Sentry Team"]
gem.description = gem.summary = "A gem that provides a client interface for the Sentry error logger"
gem.email = "getsentry@googlegroups.com"
gem.email = "accounts@sentry.io"
gem.license = 'Apache-2.0'
gem.homepage = "https://github.com/getsentry/raven-ruby"

Expand Down

0 comments on commit e44c5ed

Please sign in to comment.