Skip to content

Commit 2246287

Browse files
author
mert.yuksel
committed
Fix CHANGELOG.md and version number
1 parent cdb9460 commit 2246287

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1] - 2024-10-02
11+
12+
### Fixed
13+
- Fix a bug where a root fragment is not being displayed after we call resetCurrentTab by @MertNYuksel in #57
14+
1015
## [0.12.0] - 2024-06-27
1116

1217
### Added

medusalib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343

4444
ext {
4545
PUBLISH_GROUP_ID = 'com.trendyol'
46-
PUBLISH_VERSION = '0.12.0'
46+
PUBLISH_VERSION = '0.12.1'
4747
PUBLISH_ARTIFACT_ID = 'medusa'
4848
PUBLISH_DESCRIPTION = "Android Fragment Stack Controller"
4949
PUBLISH_URL = "https://github.com/Trendyol/medusa"

0 commit comments

Comments
 (0)