Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.19.0 (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi authored Oct 11, 2023
1 parent 02b3248 commit c9a1f7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ endif::[]
//===== Bug fixes
//
=== Unreleased
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.19.0]]
==== 6.19.0 - 2023-10-11
[float]
===== Features
Expand All @@ -54,11 +57,6 @@ recorded as an extra span {pull}1914[#1914]
* The log shipping feature in the Flask instrumentation will be removed in version 7.0.0 of the agent.
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.18.0]]
==== 6.18.0 - 2023-07-25
Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (6, 18, 0)
__version__ = (6, 19, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit c9a1f7a

Please sign in to comment.