Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jan 3, 2023
1 parent 8db060c commit f90788f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [1.1.0] - 2023-01-03

### Added
- Add `ISubscribe` interface, with methods to allow customisation of email
contents.
- Add `get_activities` method to `ISubscribe` interface, to allow custom
filtering of the activities we send notifications for.

### Fixed
- Fix sending notifications for non-verified subscriptions.

## [1.0.1] - 2020-02-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='1.0.1',
version='1.1.0',

description='''CKAN extension that allows users to subscribe to updates WITHOUT requiring loginn''',
long_description=long_description,
Expand Down

0 comments on commit f90788f

Please sign in to comment.