Skip to content

Commit 567ae4e

Browse files
committed
update CHANGELOG and bump version to 6.7.0
1 parent d5f877e commit 567ae4e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ endif::[]
2929
//[float]
3030
//===== Bug fixes
3131
32-
=== Unreleased
32+
[[release-notes-6.x]]
33+
=== Python Agent version 6.x
34+
35+
[[release-notes-6.7.0]]
36+
=== 6.7.0 - 2021-11-17
3337
34-
// Unreleased changes go here
35-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3638
[float]
3739
===== Features
3840
@@ -44,9 +46,6 @@ endif::[]
4446
* fix compatibility issues with httpx 0.21 {pull}1403[#1403]
4547
* fix `span_compression_exact_match_max_duration` default value {pull}1407[#1407]
4648
47-
[[release-notes-6.x]]
48-
=== Python Agent version 6.x
49-
5049
[[release-notes-6.6.3]]
5150
==== 6.6.3 - 2021-11-15
5251

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

0 commit comments

Comments
 (0)