Skip to content

Commit

Permalink
update CHANGELOG and bump version to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jun 7, 2021
1 parent 3d33d80 commit 93f7055
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ endif::[]
[[release-notes-6.x]]
=== Python Agent version 6.x
[[release-notes-6.2.2]]
==== 6.2.2 - 2021/06/07
[float]
===== Bug fixes
* Fix an attribute access bug introduced in 6.2.0 {pull}1149[#1149]
[[release-notes-6.2.1]]
==== 6.2.1 - 2021/06/03
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, 2, 1)
__version__ = (6, 2, 2)
VERSION = ".".join(map(str, __version__))

0 comments on commit 93f7055

Please sign in to comment.