Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Feb 16, 2023
1 parent e23c71b commit da8e41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ endif::[]
//===== Bug fixes
//
=== Unreleased
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.15.0]]
==== 6.15.0 - 2023-02-16
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
[float]
===== Features
Expand All @@ -46,10 +48,6 @@ endif::[]
* Fix an issue in GRPC instrumentation with unsampled transactions {pull}1740[#1740]
* Fix error in async Elasticsearch instrumentation when spans are dropped {pull}1758[#1758]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.14.0]]
==== 6.14.0 - 2023-01-30
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, 14, 0)
__version__ = (6, 15, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit da8e41d

Please sign in to comment.