Skip to content

Commit 62448d3

Browse files
authored
update CHANGELOG and bump version to 6.22.1 (#2044)
1 parent 011c6b4 commit 62448d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ endif::[]
3232
[[release-notes-6.x]]
3333
=== Python Agent version 6.x
3434
35+
[[release-notes-6.22.1]]
36+
==== 6.22.1 - 2024-05-17
37+
38+
[float]
39+
===== Features
40+
41+
* Relax wrapt dependency to only exclude 1.15.0 {pull}2005[#2005]
42+
3543
[[release-notes-6.22.0]]
3644
==== 6.22.0 - 2024-04-03
3745

elasticapm/version.py

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

0 commit comments

Comments
 (0)