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

Commit

Permalink
Bump to 1.2.3 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmaerten committed Sep 20, 2019
1 parent 8736b01 commit ac3eb0d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 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.2
future-release=1.2.3
38 changes: 24 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
# Change Log

## [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)
## [1.2.3](https://github.com/levups/fuel_surcharge/tree/1.2.3) (2019-09-20)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.2.2...1.2.3)

**Fixed bugs:**
**Closed issues:**

- Chronopost fails to parse august in French [\#66](https://github.com/levups/fuel_surcharge/issues/66)

**Merged pull requests:**

- Replace HCL workflow with new github action style [\#65](https://github.com/levups/fuel_surcharge/pull/65) ([bobmaerten](https://github.com/bobmaerten))
- Bump standard from 0.1.3 to 0.1.4 [\#64](https://github.com/levups/fuel_surcharge/pull/64) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump standard from 0.1.2 to 0.1.3 [\#63](https://github.com/levups/fuel_surcharge/pull/63) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump standard from 0.1.0 to 0.1.2 [\#62](https://github.com/levups/fuel_surcharge/pull/62) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

## [v1.2.2](https://github.com/levups/fuel_surcharge/tree/v1.2.2) (2019-08-01)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.2.1...v1.2.2)

**Closed issues:**

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

**Merged pull requests:**

- Release v1.2.2 [\#60](https://github.com/levups/fuel_surcharge/pull/60) ([bobmaerten](https://github.com/bobmaerten))
- 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:**
**Closed issues:**

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

Expand All @@ -31,7 +46,7 @@
## [v1.2.0](https://github.com/levups/fuel_surcharge/tree/v1.2.0) (2019-04-23)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.1.0...v1.2.0)

**Fixed bugs:**
**Closed issues:**

- Error in gem push workflow action [\#32](https://github.com/levups/fuel_surcharge/issues/32)

Expand All @@ -58,13 +73,10 @@
## [v1.1.0](https://github.com/levups/fuel_surcharge/tree/v1.1.0) (2019-02-08)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Auto-publish new gem versions using Github Actions [\#25](https://github.com/levups/fuel_surcharge/issues/25)

**Fixed bugs:**
**Closed issues:**

- Error extracting time\_period for Chronopost [\#26](https://github.com/levups/fuel_surcharge/issues/26)
- Auto-publish new gem versions using Github Actions [\#25](https://github.com/levups/fuel_surcharge/issues/25)

**Merged pull requests:**

Expand Down Expand Up @@ -98,13 +110,11 @@
## [v0.2.0](https://github.com/levups/fuel_surcharge/tree/v0.2.0) (2018-11-28)
[Full Changelog](https://github.com/levups/fuel_surcharge/compare/v0.1.0...v0.2.0)

**Implemented enhancements:**

- Rename Tnt class to TNT [\#5](https://github.com/levups/fuel_surcharge/issues/5)

**Closed issues:**

- Rename Tnt class to TNT [\#5](https://github.com/levups/fuel_surcharge/issues/5)
- Bump to v.0.2.0 [\#7](https://github.com/levups/fuel_surcharge/issues/7)
- Rename Tnt to TNT for better consistency [\#4](https://github.com/levups/fuel_surcharge/issues/4)

**Merged pull requests:**

Expand Down
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:
fuel_surcharge (1.2.2)
fuel_surcharge (1.2.3)
http (~> 4.0)

GEM
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.2"
VERSION = "1.2.3"
end

0 comments on commit ac3eb0d

Please sign in to comment.