Skip to content

Commit 3cfcdd0

Browse files
committed
update CHANGELOG and bump version to 6.8.1
1 parent 67f29fa commit 3cfcdd0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,21 @@ endif::[]
3838
3939
* Add OpenTelemetry API bridge {pull}1411[#1411]
4040
41-
[float]
42-
===== Bug fixes
43-
44-
* Fix `exit_span_min_duration` and disable by default {pull}1483[#1483]
41+
//[float]
42+
//===== Bug fixes
4543
4644
4745
[[release-notes-6.x]]
4846
=== Python Agent version 6.x
4947
48+
[[release-notes-6.8.1]]
49+
==== 6.8.1 - 2022-03-09
50+
51+
[float]
52+
===== Bug fixes
53+
54+
* Fix `exit_span_min_duration` and disable by default {pull}1483[#1483]
55+
5056
[[release-notes-6.8.0]]
5157
==== 6.8.0 - 2022-02-22
5258

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

0 commit comments

Comments
 (0)