From 8ab38e074f9d5e265e3970400e3b99d3ac7dbcd7 Mon Sep 17 00:00:00 2001 From: Thim Date: Sun, 18 Aug 2024 18:24:41 +0200 Subject: [PATCH] Implement Atob via K6 encoding --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd66c36..fbf78c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/apideck-libraries/postman-to-k6/compare/v1.8.7...HEAD) +- Implement Atob via K6 encoding (#86) + ## [1.12.0] - 2024-07-31 - Fix initialization of headers for each K6 request (#98)