diff --git a/CHANGELOG.md b/CHANGELOG.md index e711f88..71ac86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.6] - 2023-02-15 +- Added customProgress parameter [PR#167](https://github.com/Pyozer/introduction_screen/pull/167) + ## [3.1.5] - 2023-02-15 ### Added diff --git a/README.md b/README.md index a956582..c9d2204 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.5 + introduction_screen: ^3.1.6 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index 8cf2565..9582025 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities -version: 3.1.5 +version: 3.1.6 homepage: https://github.com/pyozer/introduction_screen