Skip to content

Commit

Permalink
update CHANGELOG and bump version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Aug 22, 2019
1 parent 2db8f6a commit 0cf05ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Unreleased
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.1.0...master)
## v5.1.1
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.1.0...v5.1.1)

### Bugfixes
* fixed an issue with empty responses from APM Server's config endpoint (#562, #563)
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, 1, 0)
__version__ = (5, 1, 1)
VERSION = ".".join(map(str, __version__))

0 comments on commit 0cf05ff

Please sign in to comment.