File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments