diff --git a/CHANGELOG.md b/CHANGELOG.md index 938baec..6d26d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.1.2] - 2024-02-29 + +### Changed + +- Support environments where MD5 is prohibited ([#191](https://github.com/prebuild/prebuild-install/issues/191)) ([`9140468`](https://github.com/prebuild/prebuild-install/commit/9140468)) (Tomasz Szuba) + ## [7.1.1] - 2022-06-07 ### Changed @@ -91,6 +97,8 @@ - Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[7.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.2 + [7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1 [7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0 diff --git a/package.json b/package.json index 48ab0b0..6cd4fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "7.1.1", + "version": "7.1.2", "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform", "scripts": { "test": "standard && hallmark && tape test/*-test.js",