Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.18.0 (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi authored Jul 25, 2023
1 parent 60ed79a commit da93e7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ 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.18.0]]
==== 6.18.0 - 2023-07-25
[float]
===== Features
Expand All @@ -43,10 +47,6 @@ endif::[]
* Fix a bug in the Elasticsearch client instrumentation which was causing loss of database context (including statement) when interacting with Elastic Cloud {pull}1878[#1878]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.17.0]]
==== 6.17.0 - 2023-07-03
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, 17, 0)
__version__ = (6, 18, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit da93e7a

Please sign in to comment.