Skip to content

Commit

Permalink
Bump version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jan 7, 2019
1 parent 3884b65 commit cff2898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

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

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

- Remove the `agent.*` metrics (#407)
- Add support for new github.com/pkg/errors.Frame type (#409)

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

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.1.2"
AgentVersion = "1.1.3"
)

0 comments on commit cff2898

Please sign in to comment.