Skip to content

Commit

Permalink
chore: Prepare for v1.18.0 (#7337)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Oct 7, 2020
1 parent 45f188c commit ceb0982
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Changelog

#### v1.18.0 (2020-10-07):

##### Features
- Add invoice generation, billing and payment logic
- Add ability to create online events
- Add more social media URLs in settings

##### Bug Fixes

- Fix Admin Sales API
- Fix Admin's ability to view draft events
- Fix long standing paypal charging issue
- Fix proper float level amount usage in payments

##### Maintenance

- Make celery container depend on web, to avoid DB race issue
- Remove soft deletion from some models
- Upgrade python code syntax to latest versions and remove code smells
- Add tests for disabled dredd sections
- Dependency Updates

*More details in Releases Section*

#### v1.17.0 (2020-08-13):

##### Features
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

basedir = os.path.abspath(os.path.dirname(__file__))

VERSION_NAME = '1.17.0'
VERSION_NAME = '1.18.0'

LANGUAGES = {
'en': 'English',
Expand Down

0 comments on commit ceb0982

Please sign in to comment.