Skip to content

Commit a0d334f

Browse files
authored
update CHANGELOG and bump version to 6.22.3 (#2062)
1 parent 30e474d commit a0d334f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
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.3]]
36+
==== 6.22.3 - 2024-06-10
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Fix outcome in ASGI and Starlette apps on error status codes without an exception {pull}2060[#2060]
42+
3543
[[release-notes-6.22.2]]
3644
==== 6.22.2 - 2024-05-20
3745

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

0 commit comments

Comments
 (0)