diff --git a/CHANGELOG.md b/CHANGELOG.md index 050c7e8b..6a67d403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.49.3 +June 20, 2024 + +* Fix issues with instrumenting redis oplog for observers with limit ([#124](https://github.com/monti-apm/monti-apm-agent/issues/124) and [#125](https://github.com/monti-apm/monti-apm-agent/issues/125)) + ## v2.49.2 June 18, 2024 diff --git a/package.js b/package.js index a4350048..0d628779 100644 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ summary: 'Performance Monitoring for Meteor', - version: '2.49.2', + version: '2.49.3', git: 'https://github.com/monti-apm/monti-apm-agent.git', name: 'montiapm:agent' });