Skip to content

Commit a6ed6f7

Browse files
committed
update CHANGELOG and bump version to 6.10.2
1 parent f8c18a1 commit a6ed6f7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ endif::[]
2929
//===== Bug fixes
3030
//
3131
32-
=== Unreleased
3332
34-
// Unreleased changes go here
35-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36-
//[float]
37-
//===== Features
38-
//
33+
34+
[[release-notes-6.x]]
35+
=== Python Agent version 6.x
36+
37+
[[release-notes-6.10.2]]
38+
==== 6.10.2 - 2022-08-04
39+
3940
[float]
4041
===== Bug fixes
4142
43+
* Fixed an issue with non-integer ports in Django {pull}1590[#1590]
44+
* Fixed an issue with non-integer ports in Redis {pull}1591[#1591]
4245
* Fixed a performance issue for local variable shortening via `varmap()` {pull}1593[#1593]
43-
44-
45-
[[release-notes-6.x]]
46-
=== Python Agent version 6.x
46+
* Fixed `elasticapm.label()` when a Client object is not available {pull}1596[#1596]
4747
4848
[[release-notes-6.10.1]]
4949
==== 6.10.1 - 2022-06-30

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

0 commit comments

Comments
 (0)