Skip to content

Commit da8e41d

Browse files
committed
update CHANGELOG and bump version to 6.15.0
1 parent e23c71b commit da8e41d

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.15.0]]
36+
==== 6.15.0 - 2023-02-16
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
@@ -46,10 +48,6 @@ endif::[]
4648
* Fix an issue in GRPC instrumentation with unsampled transactions {pull}1740[#1740]
4749
* Fix error in async Elasticsearch instrumentation when spans are dropped {pull}1758[#1758]
4850
49-
50-
[[release-notes-6.x]]
51-
=== Python Agent version 6.x
52-
5351
[[release-notes-6.14.0]]
5452
==== 6.14.0 - 2023-01-30
5553

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

0 commit comments

Comments
 (0)