Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.22.3 (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jun 10, 2024
1 parent 30e474d commit a0d334f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ endif::[]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.22.3]]
==== 6.22.3 - 2024-06-10
[float]
===== Bug fixes
* Fix outcome in ASGI and Starlette apps on error status codes without an exception {pull}2060[#2060]
[[release-notes-6.22.2]]
==== 6.22.2 - 2024-05-20
Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (6, 22, 2)
__version__ = (6, 22, 3)
VERSION = ".".join(map(str, __version__))

0 comments on commit a0d334f

Please sign in to comment.