Skip to content

Commit

Permalink
Bump to version 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodis committed Feb 17, 2020
1 parent 483a7bf commit 0605129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.8.0] - 2020-02-17
### Changed
- Update Ox gem version to `2.13`.
- Update HTTP gem version to `4.3`.
- Minimal required Ruby version now is 2.3.0.

## [0.7.1] - 2018-11-19
### Fixed
- Fix uninitialised constant error [Issue #23](https://github.com/prodis/correios-cep/issues/23)
Expand Down
2 changes: 1 addition & 1 deletion lib/correios/cep/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Correios
module CEP
VERSION = '0.7.1'
VERSION = '0.8.0'
end
end

0 comments on commit 0605129

Please sign in to comment.