Skip to content

Commit 1ee7a82

Browse files
committed
update CHANGELOG and bump version to 6.1.2
1 parent c40dfbc commit 1ee7a82

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ endif::[]
3333
[[release-notes-6.x]]
3434
=== Python Agent version 6.x
3535
36+
[[release-notes-6.1.2]]
37+
==== 6.1.2 - 2021/04/14
38+
39+
[float]
40+
===== Bug fixes
41+
42+
* fixed issue with empty transaction name for the root route with Django {pull}1095[#1095]
43+
* fixed on-the-fly initialisation of Flask apps {pull}1099[#1099]
44+
3645
[[release-notes-6.1.1]]
3746
==== v6.1.1 - 2021/04/08
3847

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

0 commit comments

Comments
 (0)