Skip to content

Commit e989439

Browse files
committed
update CHANGELOG and bump version to 6.6.1
1 parent de21833 commit e989439

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,18 @@ endif::[]
2828
//
2929
//[float]
3030
//===== Bug fixes
31-
=== Unreleased
3231
33-
// Unreleased changes go here
34-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
35-
//[float]
36-
//===== Features
32+
[[release-notes-6.x]]
33+
=== Python Agent version 6.x
3734
35+
[[release-notes-6.6.1]]
36+
==== 6.6.1 - 2021-11-02
3837
3938
[float]
4039
===== Bug fixes
4140
4241
* Fix some context fields and metadata handling in AWS Lambda support {pull}1368[#1368]
4342
44-
45-
[[release-notes-6.x]]
46-
=== Python Agent version 6.x
47-
4843
[[release-notes-6.6.0]]
4944
==== 6.6.0 - 2021-10-18
5045

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

0 commit comments

Comments
 (0)