Skip to content

Commit 900e82b

Browse files
committed
update CHANGELOG and bump version to 5.5.0
1 parent 0b53d97 commit 900e82b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,26 @@ endif::[]
1818
===== Bug fixes
1919
////
2020
21-
=== Unreleased
21+
//=== Unreleased
2222
2323
// Unreleased changes go here
2424
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
25+
26+
[[release-notes-5.x]]
27+
=== Python Agent version 5.x
28+
29+
[[release-notes-5.5.0]]
30+
==== v5.5.0
31+
2532
[float]
2633
===== Features
2734
* Added destination information to database/HTTP spans, used for service maps {pull}618[#618]
2835
2936
[float]
3037
===== Deprecations
3138
32-
* Python 3.4 is no longer supported.
39+
* *Python 3.4 is no longer supported.*
3340
34-
[[release-notes-5.x]]
35-
=== Python Agent version 5.x
3641
3742
[[release-notes-5.4.3]]
3843
==== v5.4.3

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

0 commit comments

Comments
 (0)