Skip to content

Commit

Permalink
update changelog for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Aug 29, 2022
1 parent ab5a58b commit c171185
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 43 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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).

## [v3.1.0] - 2022-06-29
### Added
- Twilio integration for sending SMS alerts to members
- Version to config endpoint for easier debugging
- Basic celery setup (and container start script)
- Prometheus endpoint
- Locale detection and support for GBP currency

### Changed
- Split constance config into separate module
- Specified member's email as reply-to in issue card
- Bumped deps by github security bot

### Fixed
- Bug with database fixtures preventing fixtures from loading

## [v3.0.0] - 2022-05-27
### Removed
- All Xero support
Expand Down
82 changes: 41 additions & 41 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.0.0",
"version": "3.1.0",
"description": "The MemberMatters frontend",
"productName": "MemberMatters",
"author": "Jaimyn Mayer <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "membermatters",
"version": "3.0.0",
"version": "3.1.0",
"devDependencies": {
"eslint-webpack-plugin": "^3.1.1",
"husky": "^6.0.0",
Expand Down

0 comments on commit c171185

Please sign in to comment.