Skip to content

Commit 5bf5909

Browse files
committed
update CHANGELOG and bump version to 4.2.1
1 parent 3d0aa8b commit 5bf5909

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
4-
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.2.0...master)
3+
## v4.2.1
4+
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v4.2.0...v4.2.1)
55
* fixed an issue with the certificate pinning feature introduced in 4.2.0 (#433, #434)
66
* fixed incompatibility with eventlet introduced in 4.2.0 (#435, #436)
77

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__ = (4, 2, 0)
31+
__version__ = (4, 2, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)