Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Apr 28, 2021
1 parent 81a6647 commit ece6ba5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ endif::[]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.1.3]]
==== 6.1.3 - 2021/04/28
[float]
===== Bug fixes
* added destination information to asyncpg instrumentation {pull}1115[#1115]
* fixed issue with collecting request meta data with Django REST Framework {pull}1117[#1117]
* fixed httpx instrumentation for newly released httpx 0.18.0 {pull}1118[#1118]
[[release-notes-6.1.2]]
==== 6.1.2 - 2021/04/14
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, 1, 2)
__version__ = (6, 1, 3)
VERSION = ".".join(map(str, __version__))

0 comments on commit ece6ba5

Please sign in to comment.