Skip to content

Commit 28e4497

Browse files
committed
update CHANGELOG and bump version to 6.15.1
1 parent e6b807d commit 28e4497

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,19 @@ 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
36-
//[float]
37-
//===== Features
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
35+
36+
[[release-notes-6.15.1]]
37+
==== 6.15.1 - 2023-03-06
3838
3939
[float]
4040
===== Bug fixes
4141
4242
* Fix issue with botocore instrumentation creating spans with an incorrect `service.name` {pull}1765[#1765]
4343
* Fix a bug in the GRPC instrumentation when the agent is disabled or not recording {pull}1761[#1761]
4444
45-
46-
[[release-notes-6.x]]
47-
=== Python Agent version 6.x
48-
4945
[[release-notes-6.15.0]]
5046
==== 6.15.0 - 2023-02-16
5147

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

0 commit comments

Comments
 (0)