Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raulr committed Nov 4, 2021
1 parent 4b0a2f2 commit 3144135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [0.2.1] - 2021-11-04
### Fixed
- Field `clienteRecogida` must have the same value as `codDest` in Correos Express pickup.

Expand All @@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-09-27
🎉 First release!

[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ecommerce-ventures/deliveries/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ecommerce-ventures/deliveries/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
deliveries (0.2.0)
deliveries (0.2.1)
activesupport (>= 5.2.0)
hexapdf
httparty
Expand Down
2 changes: 1 addition & 1 deletion lib/deliveries/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Deliveries
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 3144135

Please sign in to comment.