diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c8df3..33c21f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased +## 0.9.0 - 2022-10-31 ### Added - - Changelog diff --git a/package.json b/package.json index 74cd1a2..ff27988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afip.ts", - "version": "0.8.4", + "version": "0.9.0", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js", @@ -58,4 +58,4 @@ "endpoint", "wsaa" ] -} \ No newline at end of file +}