diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8b318..9eb15b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.0.7 + +- Added: Cancel carnet endpoint mapping +- Added: Cancel parcel endpoint mapping +- Updated: Docs and examples + # 0.0.6 - Added: Carnet resend/history endpoints mapping diff --git a/lib/gerencianet/version.rb b/lib/gerencianet/version.rb index 2642299..450c170 100644 --- a/lib/gerencianet/version.rb +++ b/lib/gerencianet/version.rb @@ -1,4 +1,4 @@ # :nodoc: module Gerencianet - VERSION = "0.0.6" + VERSION = "0.0.7" end