Skip to content

Commit

Permalink
update CHANGELOG and bump version to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Oct 16, 2019
1 parent f40862e commit 4193d7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

=======
## v5.2.2
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.1...v5.2.2)

### Bugfixes
* fixed an issue where a `cpu_total` of `0` could cause an exception (#610, #611)

## v5.2.1
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.0...v5.2.1)

Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (5, 2, 1)
__version__ = (5, 2, 2)
VERSION = ".".join(map(str, __version__))

0 comments on commit 4193d7d

Please sign in to comment.