Skip to content

Commit

Permalink
add changelog & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Sep 25, 2023
1 parent 5dd423b commit 26814c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## [1.1.1] -
- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization
- Fix issue with chartjs not being loaded
- Enhance Font Awesome mapping by adding it to the settings

## [1.1.1] - 2023-09-25
- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization #79 & #81
- Fix issue with chartjs not being loaded #80
- Remove `SLICK_REPORTING_FORM_MEDIA`

## [1.1.0] -
Expand Down
4 changes: 2 additions & 2 deletions slick_reporting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = "slick_reporting.apps.ReportAppConfig"

VERSION = (1, 1, 0)
VERSION = (1, 1, 1)

__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit 26814c9

Please sign in to comment.