Skip to content

Commit 5abd8ff

Browse files
committed
Update CHANGELOG and bump version to 5.9.0
1 parent 692b604 commit 5abd8ff

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,28 @@ endif::[]
3737
[float]
3838
===== Features
3939
40-
* Add instrumentation support for https://github.com/encode/httpx[`httpx`] and https://github.com/encode/httpcore[`httpcore`] {pull}898[#898]
41-
* Implement "outcome" property for transactions and spans {pull}899[#899]
4240
4341
[float]
4442
===== Bug fixes
4543
46-
* Fix validation of config to properly require `required` config items. {pull}927[#927]
47-
4844
4945
[[release-notes-5.x]]
5046
=== Python Agent version 5.x
5147
48+
[[release-notes-5.9.0]]
49+
==== v5.9.0
50+
51+
[float]
52+
===== Features
53+
54+
* Add instrumentation support for https://github.com/encode/httpx[`httpx`] and https://github.com/encode/httpcore[`httpcore`] {pull}898[#898]
55+
* Implement "outcome" property for transactions and spans {pull}899[#899]
56+
57+
[float]
58+
===== Bug fixes
59+
60+
* Fix validation of config to properly require `required` config items. {pull}927[#927]
61+
5262
[[release-notes-5.8.1]]
5363
==== v5.8.1
5464

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

0 commit comments

Comments
 (0)