Skip to content

Commit f80f8ff

Browse files
committed
update CHANGELOG and bump version to 6.26.1
1 parent 84e5f2d commit f80f8ff

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ endif::[]
3232
[[release-notes-6.x]]
3333
=== Python Agent version 6.x
3434
35+
[[release-notes-6.26.1]]
36+
==== 6.26.1 - 2026-05-25
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Make AWS lambda layers publication more robust against regions failure {pull}2658[#2658]
42+
3543
[[release-notes-6.26.0]]
3644
==== 6.26.0 - 2026-05-25
3745

docs/release-notes/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ To check for security updates, go to [Security announcements for the Elastic sta
2626

2727
% ### Fixes [elastic-apm-python-agent-versionext-fixes]
2828

29+
## 6.26.1 [elastic-apm-python-agent-6261-release-notes]
30+
**Release date:** May 25, 2026
31+
32+
### Fixes [elastic-apm-python-agent-6261-fixes]
33+
34+
* Make AWS lambda layers publication more robust against regions failure [#2658](https://github.com/elastic/apm-agent-python/pull/2658)
35+
2936
## 6.26.0 [elastic-apm-python-agent-6260-release-notes]
3037
**Release date:** May 25, 2026
3138

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

0 commit comments

Comments
 (0)