diff --git a/DEVELOP.md b/DEVELOP.md index 28e959d88..d2a2ad59b 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -18,6 +18,6 @@ repositories { ```groovy dependencies { - implementation 'com.orange.ods.android:ods-lib:0.7.0' + implementation 'com.orange.ods.android:ods-lib:0.8.0' } ``` diff --git a/changelog.md b/changelog.md index 2fe959d9c..745f376e0 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ All notable changes done in ODS library will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Orange-OpenSource/ods-android/compare/0.7.0...master) +## [0.8.0](https://github.com/Orange-OpenSource/ods-android/compare/0.7.0...0.8.0) - 2022-12-07 ### Added diff --git a/docs/home_content.md b/docs/home_content.md index 36e3d514b..3674298ff 100644 --- a/docs/home_content.md +++ b/docs/home_content.md @@ -34,7 +34,7 @@ Orange Design System for Android is available through [Maven Central Repository] ```groovy dependencies { // ... - implementation 'com.orange.ods.android:ods-lib:0.7.0' + implementation 'com.orange.ods.android:ods-lib:0.8.0' // ... } ``` diff --git a/gradle.properties b/gradle.properties index 8163a6058..73b45d6de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,5 +29,5 @@ android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official kapt.incremental.apt=true -version=0.7.0 +version=0.8.0 previewThemeClass=com.orange.ods.theme.orange.OrangeThemeConfiguration \ No newline at end of file