Skip to content

Commit e587c75

Browse files
committed
update CHANGELOG and bump version to 6.5.0
1 parent c71c216 commit e587c75

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ endif::[]
3030
//===== Bug fixes
3131
3232
33-
=== Unreleased
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
35+
36+
[[release-notes-6.5.0]]
37+
==== 6.5.0 - 2021-10-04
3438
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3739
[float]
3840
===== Features
3941
@@ -48,9 +50,6 @@ endif::[]
4850
* Fixed an issue with Django 4.0 removing a private method {pull}1347[#1347]
4951
5052
51-
[[release-notes-6.x]]
52-
=== Python Agent version 6.x
53-
5453
[[release-notes-6.4.0]]
5554
==== 6.4.0 - 2021-08-31
5655

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

0 commit comments

Comments
 (0)