diff --git a/CHANGELOG.md b/CHANGELOG.md index d50ed1f..6f13f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Não publicado] +## [0.11.0] / 2022-08-20 + ### Adicionado - Suporte para CPF nos serviços de `DistribuicaoDFe` e `RecepcaoEvento` #2 @@ -215,7 +217,8 @@ - 210220 - Desconhecimento da Operação - 210240 - Operação não Realizada -[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.10.1..HEAD +[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.11.0..HEAD +[0.11.0]: https://github.com/lucashpmelo/node-mde/compare/0.10.1...0.11.0 [0.10.1]: https://github.com/lucashpmelo/node-mde/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/lucashpmelo/node-mde/compare/0.9.2...0.10.0 [0.9.2]: https://github.com/lucashpmelo/node-mde/compare/0.9.1...0.9.2 diff --git a/package.json b/package.json index 422faa2..b05465c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mde", - "version": "0.10.1", + "version": "0.11.0", "description": "Biblioteca para consultar notas destinadas e enviar evento de manifestação do destinatário", "main": "./lib/index.js", "types": "./dist/index.d.ts", diff --git a/src/env/index.js b/src/env/index.js index 14ecba5..a12f68d 100644 --- a/src/env/index.js +++ b/src/env/index.js @@ -11,5 +11,5 @@ module.exports = { 1: 'https://www1.nfe.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx?wsdl', 2: 'https://hom1.nfe.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx?wsdl', }, - version: '0.10.1', + version: '0.11.0', }