Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Aug 9, 2022
1 parent 007d12a commit 9149a21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,18 @@ 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
* Added lambda support for ELB triggers {pull}#1605[#1605]
//[float]
//===== Bug fixes
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.11.0]]
==== 6.11.0 - 2022-08-09
[float]
===== Features
[[release-notes-6.x]]
=== Python Agent version 6.x
* Added lambda support for ELB triggers {pull}#1605[#1605]
[[release-notes-6.10.2]]
==== 6.10.2 - 2022-08-04
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, 10, 2)
__version__ = (6, 11, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit 9149a21

Please sign in to comment.