Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Mar 30, 2022
1 parent 7925225 commit 504e468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,17 @@ endif::[]
//
=== Unreleased
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.9.1]]
==== 6.9.1 - 2022-03-30
// Unreleased changes go here
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
//[float]
//===== Features
//
[float]
===== Bug fixes
* Fix `otel_attributes`-related regression with older versions of APM Server (<7.16) {pull}1510[#1510]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.9.0]]
==== 6.9.0 - 2022-03-29
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, 9, 0)
__version__ = (6, 9, 1)
VERSION = ".".join(map(str, __version__))

0 comments on commit 504e468

Please sign in to comment.