Skip to content

Commit 685b78f

Browse files
committed
update CHANGELOG and bump version to 6.9.0
1 parent 7f9de0d commit 685b78f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ endif::[]
2929
//===== Bug fixes
3030
//
3131
32-
=== Unreleased
32+
[[release-notes-6.x]]
33+
=== Python Agent version 6.x
34+
35+
[[release-notes-6.9.0]]
36+
==== 6.9.0 - 2022-03-29
3337
34-
// Unreleased changes go here
35-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3638
[float]
3739
===== Features
3840
@@ -51,10 +53,6 @@ endif::[]
5153
* Change default for `stack_trace_limit` from 500 to 50 {pull}1492[#1492]
5254
* Switch all duration handling to use `datetime.timedelta` objects {pull}1488[#1488]
5355
54-
55-
[[release-notes-6.x]]
56-
=== Python Agent version 6.x
57-
5856
[[release-notes-6.8.1]]
5957
==== 6.8.1 - 2022-03-09
6058

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

0 commit comments

Comments
 (0)