diff --git a/elastic-apm.gemspec b/elastic-apm.gemspec index 367ec7131..b0ebcc268 100644 --- a/elastic-apm.gemspec +++ b/elastic-apm.gemspec @@ -27,7 +27,10 @@ Gem::Specification.new do |spec| spec.summary = 'The official Elastic APM agent for Ruby' spec.homepage = 'https://github.com/elastic/apm-agent-ruby' - spec.metadata = { 'source_code_uri' => 'https://github.com/elastic/apm-agent-ruby' } + spec.metadata = { + 'source_code_uri' => 'https://github.com/elastic/apm-agent-ruby', + 'changelog_uri' => 'https://www.elastic.co/guide/en/apm/agent/ruby/current/release-notes.html' + } spec.license = 'Apache-2.0' spec.required_ruby_version = ">= 2.3.0"