Skip to content

Commit 26814c9

Browse files
committed
add changelog & version bump
1 parent 5dd423b commit 26814c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4-
## [1.1.1] -
5-
- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization
6-
- Fix issue with chartjs not being loaded
7-
- Enhance Font Awesome mapping by adding it to the settings
4+
5+
## [1.1.1] - 2023-09-25
6+
- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization #79 & #81
7+
- Fix issue with chartjs not being loaded #80
88
- Remove `SLICK_REPORTING_FORM_MEDIA`
99

1010
## [1.1.0] -

slick_reporting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = "slick_reporting.apps.ReportAppConfig"
22

3-
VERSION = (1, 1, 0)
3+
VERSION = (1, 1, 1)
44

5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)