Skip to content

Commit

Permalink
update changelog and package.json (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouri Hariharan authored and GitHub Enterprise committed Jan 14, 2025
1 parent 3150079 commit 40a9df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.7.4

- Added support to collect all parameters for only the URLs that match a specified list of regular expressions provided by the user. The parameters of the excluded URLs are not tracked.

## 1.7.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@instana/weasel",
"description": "Collect end-user data",
"main": "lib/index.ts",
Expand Down

0 comments on commit 40a9df5

Please sign in to comment.