Skip to content

Commit

Permalink
chore(release): version 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 26, 2024
1 parent b739218 commit 7fa59a2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.1.0.0"></a>
### 1.1.0.0 (2024-02-26)

#### Features

* **ci**
* additionally publish images to ghcr.io (#127) ([0e777c4](/../../commit/0e777c4))

#### Bug Fixes

* **ci**
* ghcr workflow POSIX sh, string replacement is undefined ([b739218](/../../commit/b739218))

* ghcr images need to publish to pact-foundation / dockerhub images to pactfoundation ([5933772](/../../commit/5933772))
* ghcr release workflow had missing arg ([ebfabac](/../../commit/ebfabac))

<a name="1.0.0.0"></a>
### 1.0.0.0 (2024-01-23)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
pact-cli (1.0.0)
pact-cli (1.1.0)
json (~> 2.3)
pact-mock_service
pact-provider-verifier
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion lib/pact/cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module Cli
VERSION = "1.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 7fa59a2

Please sign in to comment.