diff --git a/README.md b/README.md index 901c619bc..2fdbd3477 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedst Change log ---------- +**v2.1.3** +- Bug fixes +- Added support for [Select2](https://select2.github.io/) +- Updated ChartJS + **v2.1.2:** - Added explicit BoxWidget activation function issue #450 - Crushed some bugs diff --git a/changelog b/changelog index cc57436d3..cd239d74e 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,8 @@ CHANGE LOG: -v2.2.0: +v2.1.3: +- Bug fixes - Added support for [Select2](https://select2.github.io/) - +- Updated ChartJS v2.1.2: - Added explicit BoxWidget activation function issue #450