Skip to content

Commit 504e468

Browse files
committed
update CHANGELOG and bump version to 6.9.1
1 parent 7925225 commit 504e468

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,17 @@ endif::[]
3030
//
3131
3232
33-
=== Unreleased
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
35+
36+
[[release-notes-6.9.1]]
37+
==== 6.9.1 - 2022-03-30
3438
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
37-
//[float]
38-
//===== Features
39-
//
4039
[float]
4140
===== Bug fixes
4241
4342
* Fix `otel_attributes`-related regression with older versions of APM Server (<7.16) {pull}1510[#1510]
4443
45-
[[release-notes-6.x]]
46-
=== Python Agent version 6.x
47-
4844
[[release-notes-6.9.0]]
4945
==== 6.9.0 - 2022-03-29
5046

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

0 commit comments

Comments
 (0)