Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Nov 17, 2021
1 parent d5f877e commit 567ae4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ endif::[]
//[float]
//===== Bug fixes
=== Unreleased
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.7.0]]
=== 6.7.0 - 2021-11-17
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
[float]
===== Features
Expand All @@ -44,9 +46,6 @@ endif::[]
* fix compatibility issues with httpx 0.21 {pull}1403[#1403]
* fix `span_compression_exact_match_max_duration` default value {pull}1407[#1407]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.6.3]]
==== 6.6.3 - 2021-11-15
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, 6, 3)
__version__ = (6, 7, 0)
VERSION = ".".join(map(str, __version__))

0 comments on commit 567ae4e

Please sign in to comment.