Skip to content

Commit 8c0f752

Browse files
committed
Rev to v5.1.2, update changelog
1 parent ba0ecb7 commit 8c0f752

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

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

66
### Bugfixes
77
* fixed an issue with http server_url and `'VERIFY_SERVER_CERT': False` (#570, #578)
88
* fixed instrumenting of psycopg2 when using their context manager interface (#577, #580)
99
* fixed zerorpc tests (#581)
10+
* fixed to correctly check if gevent has patched threading.local (#579)
1011

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

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 1, 1)
31+
__version__ = (5, 1, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)