Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #60 from levups/release_v1.2.2
Browse files Browse the repository at this point in the history
Release v1.2.2
  • Loading branch information
bobmaerten authored Aug 1, 2019
2 parents f9f75d0 + 4b0c11b commit cee9a4b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=1.2.1
future-release=1.2.2
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Change Log

## [1.2.1](https://github.com/levups/fuel_surcharge/tree/1.2.1) (2019-07-22)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.2.0...1.2.1)
## [1.2.2](https://github.com/levups/fuel_surcharge/tree/1.2.2) (2019-08-01)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.2.1...1.2.2)

**Fixed bugs:**

- TNT website change, again… [\#58](https://github.com/levups/fuel_surcharge/issues/58)

**Merged pull requests:**

- Correct TNT website parsing [\#59](https://github.com/levups/fuel_surcharge/pull/59) ([bobmaerten](https://github.com/bobmaerten))

## [v1.2.1](https://github.com/levups/fuel_surcharge/tree/v1.2.1) (2019-07-22)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.2.0...v1.2.1)

**Fixed bugs:**

- Website changes for TNT and Chronopost fuel surcharge infos [\#55](https://github.com/levups/fuel_surcharge/issues/55)

**Merged pull requests:**

- Release v1.2.1 [\#57](https://github.com/levups/fuel_surcharge/pull/57) ([bobmaerten](https://github.com/bobmaerten))
- Adapt to TNT / Chronopost website structure changes [\#56](https://github.com/levups/fuel_surcharge/pull/56) ([bobmaerten](https://github.com/bobmaerten))
- Bump rake from 12.3.2 to 12.3.3 [\#54](https://github.com/levups/fuel_surcharge/pull/54) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update standard requirement from ~\> 0.0.39 to ~\> 0.1.0 [\#53](https://github.com/levups/fuel_surcharge/pull/53) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
Expand Down
2 changes: 1 addition & 1 deletion lib/fuel_surcharge/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FuelSurcharge
VERSION = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit cee9a4b

Please sign in to comment.