Merge dependabot/npm_and_yarn/examples/typescript/smtp-client-pool/types/node-20...
[poolifier.git] / CHANGELOG.md
index f159726843127ae9d10c8b0095544b476da28774..13e566f258696366f01b156a592468ac74928eeb 100644 (file)
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.0] - 2023-10-08
+
+### Changed
+
+- Remove Node.js 16.x.x (EOL) support.
+
+## [2.7.5] - 2023-10-03
+
 ### Changed
 
 - Use `EventEmitterAsyncResource` type from `@types/node` for pool event emitter. TypeScript users will need to update to latest `@types/node` version.