Skip to content

Commit 7b0b55c

Browse files
committed
update CHANGELOG and bump version to 5.3.3
1 parent df01c07 commit 7b0b55c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ https://github.com/elastic/apm-agent-python/compare/v5.3.1\...master[Check the d
3030
[[release-notes-5.x]]
3131
=== Python Agent version 5.x
3232
33+
[[release-notes-5.3.3]]
34+
==== v5.3.3
35+
36+
https://github.com/elastic/apm-agent-python/compare/v5.3.2\...v5.3.3[Check the diff]
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Fixed an issue with OpenTracing bridge and dropped spans {pull}687[#687]
42+
* Fixed bug that would make the agent ignore the `hostname` configuration setting {pull}689[#689]
43+
3344
[[release-notes-5.3.2]]
3445
==== v5.3.2
3546

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

0 commit comments

Comments
 (0)