From c458f255477aedfbfd02f4ae832601ae5dbd6c18 Mon Sep 17 00:00:00 2001 From: Fernando Bevilacqua Date: Fri, 25 Jun 2021 14:48:56 -0300 Subject: [PATCH] =?UTF-8?q?doc:=20atualiza=C3=A7=C3=A3o=20do=20README=20pa?= =?UTF-8?q?ra=20pr=C3=B3xima=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ddaf0..410539f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Todas as alterações notável desse projeto estão documentadas nesse arquivo. O formato é baseado no [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) e o projeto segue [versionamento semântico](http://semver.org/spec/v2.0.0.html). +## [1.1.1](https://github.com/ccuffs/auth-iduffs/releases/tag/v1.1.1) - 2021-06-25 +### Adicionado +- Github Action (CI) para rodar testes; +### Modificado +- `README.md` recebeu melhoramentos pontuais; +- Upgrade dos pacotes de dependência para suas útimas versões; + ## [1.1.0](https://github.com/ccuffs/auth-iduffs/releases/tag/v1.1.0) - 2020-12-21 ### Adicionado - Novo campo `location` no retorno da autenticação;