diff --git a/CHANGELOG.md b/CHANGELOG.md index 7085a4b..0aad6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ All notable changes to this project 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). +## [3.1.16] - 2025-02-12 + +### Fixed +- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219) +- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214) +- Regenerate example app + ## [3.1.15] - 2025-02-12 ### Fixed - Fix button style can not be overridden [#224](https://github.com/Pyozer/introduction_screen/pull/224) +- Enhance Test Coverage for Introduction Screen [#221](https://github.com/Pyozer/introduction_screen/pull/221) ## [3.1.14] - 2024-03-23 diff --git a/README.md b/README.md index 0ec7691..00fda6f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml ```yaml dependencies: - introduction_screen: ^3.1.15 + introduction_screen: ^3.1.16 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index 2967275..60494f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities -version: 3.1.15 +version: 3.1.16 repository: https://github.com/pyozer/introduction_screen issue_tracker: https://github.com/pyozer/introduction_screen/issues