Skip to content

Commit c9a1f7a

Browse files
authored
update CHANGELOG and bump version to 6.19.0 (#1919)
1 parent 02b3248 commit c9a1f7a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 8 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.19.0]]
37+
==== 6.19.0 - 2023-10-11
38+
3639
[float]
3740
===== Features
3841
@@ -54,11 +57,6 @@ recorded as an extra span {pull}1914[#1914]
5457
5558
* The log shipping feature in the Flask instrumentation will be removed in version 7.0.0 of the agent.
5659
57-
58-
59-
[[release-notes-6.x]]
60-
=== Python Agent version 6.x
61-
6260
[[release-notes-6.18.0]]
6361
==== 6.18.0 - 2023-07-25
6462

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

0 commit comments

Comments
 (0)