Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jan 4, 2019
1 parent c4e4bca commit d407caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

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

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

- Fix data race between Tracer.Active and Tracer.loop (#406)

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

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.1"
AgentVersion = "1.1.2"
)

0 comments on commit d407caf

Please sign in to comment.