Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ All notable changes to this project will be documented in this file.

## UNRELEASED
### Added
* ui-toolkit: Enable debug check-in for all environments, including production

### Changed
### Removed
### Fixed

## [0.69.2]
### Added
* core: Add customizable ShoppingCart::isMergeable() behavior

### Changed
* ui-toolkit: Enable debug check-in for all environments, including production

## [0.69.1]
### Added
- core,ui: Added payment method PAYONE SEPA (#91)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
}

project.ext {
sdkVersion = '0.69.1'
sdkVersion = '0.69.2'
versionCode = 1

compileSdkVersion = 33
Expand Down