Skip to content

Commit

Permalink
chore: update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Sep 2, 2024
1 parent 0a3803a commit e6703f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.0.1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v0.0.6...v0.0.1) (2024-09-02)

### Bug Fixes

* fix: update version script to actually set the version ([9193d60c4e3f3160ef628c8e093573394a802bc4](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/9193d60c4e3f3160ef628c8e093573394a802bc4))

### Features

* feat: add apple pay transformer and tests ([110182da3735202d0d3ee2b6bde2f57739221d49](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/110182da3735202d0d3ee2b6bde2f57739221d49))

## [0.0.1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v0.0.5...v0.0.1) (2024-08-29)

## [0.0.1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v0.0.4...v0.0.1) (2024-08-28)
Expand Down
2 changes: 1 addition & 1 deletion lib/PCP-server-Ruby-SDK/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module PCPServerSDK
VERSION = '0.0.6'
VERSION = '1.0.0'
end

0 comments on commit e6703f5

Please sign in to comment.