Skip to content

Commit 4102f8f

Browse files
committed
update CHANGELOG and bump version to 6.14.0
1 parent c0059aa commit 4102f8f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ endif::[]
2929
//===== Bug fixes
3030
//
3131
32-
=== Unreleased
3332
34-
// Unreleased changes go here
35-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
35+
36+
[[release-notes-6.14.0]]
37+
==== 6.14.0 - 2023-01-30
38+
3639
[float]
3740
===== Features
3841
@@ -47,10 +50,6 @@ endif::[]
4750
* Fix a performance issue with our AWS Lambda integration {pull}1727[#1727]
4851
* Mark `**kwargs` config usage in our AWS Lambda integration as deprecated {pull}1727[#1727]
4952
50-
51-
[[release-notes-6.x]]
52-
=== Python Agent version 6.x
53-
5453
[[release-notes-6.13.2]]
5554
==== 6.13.2 - 2022-11-17
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, 13, 2)
31+
__version__ = (6, 14, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)