Skip to content

Commit fc222a3

Browse files
committed
update CHANGELOG and bump version to 5.6.0
1 parent eca5b9f commit fc222a3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ endif::[]
2323
// Unreleased changes go here
2424
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2525
26+
[[release-notes-5.x]]
27+
=== Python Agent version 5.x
28+
29+
[[release-notes-5.6.0]]
30+
==== v5.6.0
31+
2632
[float]
2733
===== New features
2834
* Added SERVICE_NODE_NAME config {pull}592[#592]
@@ -39,10 +45,7 @@ endif::[]
3945
[float]
4046
===== Pending Deprecations
4147
42-
* Python 2.7 suppot will be dropped in version 6.0 of the agent.
43-
44-
[[release-notes-5.x]]
45-
=== Python Agent version 5.x
48+
* Python 2.7 suppot will be dropped in version 6.0 of the agent.
4649
4750
[[release-notes-5.5.2]]
4851
==== v5.5.2

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

0 commit comments

Comments
 (0)