Skip to content

Commit f55f30d

Browse files
committed
update CHANGELOG and bump version to 6.6.0
1 parent ec47874 commit f55f30d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ endif::[]
3030
//===== Bug fixes
3131
3232
33-
=== Unreleased
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
35+
36+
[[release-notes-6.6.0]]
37+
==== 6.6.0 - 2021-10-18
3438
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3739
[float]
3840
===== Features
3941
@@ -49,8 +51,6 @@ endif::[]
4951
* Remove problematic (and duplicate) `event.dataset` from logging integrations {pull}1365[#1365]
5052
* Fix for memcache instrumentation when configured with a unix socket {pull}1357[#1357]
5153
52-
[[release-notes-6.x]]
53-
=== Python Agent version 6.x
5454
5555
[[release-notes-6.5.0]]
5656
==== 6.5.0 - 2021-10-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, 5, 0)
31+
__version__ = (6, 6, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)