Skip to content

Commit 9149a21

Browse files
committed
update CHANGELOG and bump version to 6.11.0
1 parent 007d12a commit 9149a21

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,18 @@ 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
3833
39-
* Added lambda support for ELB triggers {pull}#1605[#1605]
40-
41-
//[float]
42-
//===== Bug fixes
34+
[[release-notes-6.x]]
35+
=== Python Agent version 6.x
4336
37+
[[release-notes-6.11.0]]
38+
==== 6.11.0 - 2022-08-09
4439
40+
[float]
41+
===== Features
4542
46-
[[release-notes-6.x]]
47-
=== Python Agent version 6.x
43+
* Added lambda support for ELB triggers {pull}#1605[#1605]
4844
4945
[[release-notes-6.10.2]]
5046
==== 6.10.2 - 2022-08-04

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

0 commit comments

Comments
 (0)