diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd2242..f7f82f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 3.2.0 - 2024-02-14 + ## 3.1.4 - 2023-11-29 ## 3.1.3 - 2023-11-03 diff --git a/package.json b/package.json index ca42a80..723125b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afip.ts", - "version": "3.1.4", + "version": "3.2.0", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js",