Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Mar 6, 2023
1 parent e6b807d commit 28e4497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,19 @@ endif::[]
//===== Bug fixes
//
=== Unreleased
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
//[float]
//===== Features
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.15.1]]
==== 6.15.1 - 2023-03-06
[float]
===== Bug fixes
* Fix issue with botocore instrumentation creating spans with an incorrect `service.name` {pull}1765[#1765]
* Fix a bug in the GRPC instrumentation when the agent is disabled or not recording {pull}1761[#1761]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.15.0]]
==== 6.15.0 - 2023-02-16
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, 15, 0)
__version__ = (6, 15, 1)
VERSION = ".".join(map(str, __version__))

0 comments on commit 28e4497

Please sign in to comment.