Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Dec 13, 2018
1 parent 41add94 commit 9abbae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/elastic/apm-agent-go/compare/v1.0.0...master)
## [Unreleased](https://github.com/elastic/apm-agent-go/compare/v1.1.0...master)

## [v1.1.0](https://github.com/elastic/apm-agent-go/releases/tag/v1.1.0)

- Stop pooling Transaction/Span/Error, introduce internal pooled objects (#319)
- Enable metrics collection with default interval of 30s (#322)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package apm

const (
// AgentVersion is the Elastic APM Go Agent version.
AgentVersion = "1.0.0"
AgentVersion = "1.1.0"
)

0 comments on commit 9abbae5

Please sign in to comment.