Skip to content

Commit

Permalink
chore(release): version 1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent 5918389 commit f77520f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.4.0.0"></a>
### 1.4.0.0 (2024-11-29)

#### Features

* **gems**
* updated pact-mock_service (3.12.3), pact-provider-verifier (1.39.0) ([fe4ca92](/../../commit/fe4ca92))
* updated pact (1.66.0), pact-support (~> 1.19, >= 1.19.0) ([c38e3e0](/../../commit/c38e3e0))
* updated pact-support (1.21.1) ([243e24a](/../../commit/243e24a))
* updated pact-support (1.21.0) ([2221910](/../../commit/2221910))

<a name="1.3.0.11"></a>
### 1.3.0.11 (2024-11-22)

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.3.0)
pact-cli (1.4.0)
bigdecimal (~> 3.1)
json (~> 2.8)
pact-mock_service
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.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.3.0"
VERSION = "1.4.0"
end
end

0 comments on commit f77520f

Please sign in to comment.