diff --git a/CHANGELOG.md b/CHANGELOG.md index 0012a847..f0575747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [8.132.1] - 2021-09-28 ### Changed - Increase the default performance measurement sampling to 0.75%, and, for specific accounts and pages, to 4%. diff --git a/manifest.json b/manifest.json index 6a0c2b16..ade93eea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "render-runtime", - "version": "8.132.0", + "version": "8.132.1", "title": "VTEX Render runtime", "description": "The VTEX Render framework runtime", "builders": { diff --git a/react/package.json b/react/package.json index 50740cd5..e3008e8c 100644 --- a/react/package.json +++ b/react/package.json @@ -97,5 +97,5 @@ "git add" ] }, - "version": "8.132.0" + "version": "8.132.1" }