Skip to content

Commit

Permalink
chore(release): version 1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent 3a5b063 commit 031d32f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.0.0"></a>
### 1.2.0.0 (2024-06-25)

#### Bug Fixes

* **deps**
* update to alpine 3.20 / Ruby 3.3.3 ([58c8e4d](/../../commit/58c8e4d))

* Dockerfile-bundle-base to reduce vulnerabilities ([1396cfd](/../../commit/1396cfd))

<a name="1.1.0.3"></a>
### 1.1.0.3 (2024-06-17)

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.1.0)
pact-cli (1.2.0)
bigdecimal (~> 3.1)
json (~> 2.3)
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.1.0
1.2.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.1.0"
VERSION = "1.2.0"
end
end

0 comments on commit 031d32f

Please sign in to comment.