Skip to content

Commit b9f6aa7

Browse files
committed
update CHANGELOG and bump version to 6.3.2
1 parent 70b290b commit b9f6aa7

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

CHANGELOG.asciidoc

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,17 @@ endif::[]
3030
//===== Bug fixes
3131
//
3232
33-
=== Unreleased
34-
35-
// Unreleased changes go here
36-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
37-
[float]
38-
===== Features
33+
[[release-notes-6.x]]
34+
=== Python Agent version 6.x
3935
36+
[[release-notes-6.3.2]]
37+
==== 6.3.2 - 2021-07-07
4038
4139
[float]
4240
===== Bug fixes
4341
4442
* Fix handling of non-http scopes in Starlette/FastAPI middleware {pull}1187[#1187]
4543
46-
47-
[[release-notes-6.x]]
48-
=== Python Agent version 6.x
49-
5044
[[release-notes-6.3.1]]
5145
==== 6.3.1 - 2021/07/07
5246

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

0 commit comments

Comments
 (0)