File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments