We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237d631 commit 307a2d5Copy full SHA for 307a2d5
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
-## Unreleased
4
-[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.1.0...master)
+## v4.2.0
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.1.0...v4.2.0)
5
6
* Implemented a new transport queue, which should avoid certain deadlock scenarios (#411)
7
* Implemented server certificate pinning (#405)
elasticapm/version.py
@@ -28,5 +28,5 @@
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-__version__ = (4, 1, 0)
+__version__ = (4, 2, 0)
32
VERSION = ".".join(map(str, __version__))
0 commit comments