Skip to content

Commit

Permalink
update changelog for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Jan 23, 2017
1 parent 2680579 commit c841ca2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## 2.3.1
- Added url field to Feedback model
- Fixed CSS static calls for feedback pages

## 2.3.0
- Update school model to remove settlement_school options
- Fix CSS issue on feedback page
- Prep for onboarding school system
- Adding Google Analytics module and event triggers.
- Updated school model to remove settlement_school options
- Fixed CSS issue on feedback page
- Prepped for onboarding school system
- Added Google Analytics module and event triggers.

## 2.2.9
- Update `load_programs` to load from specific s3 bucket location
- Updated `load_programs` to load from specific s3 bucket location

## 2.2.8
- Fixed Python unit tests when run as part of cfgov-refresh.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_file(filename):

setup(
name='college-costs',
version='2.3.0',
version='2.3.1',
author='CFPB',
author_email='tech@cfpb.gov',
maintainer='cfpb',
Expand Down

0 comments on commit c841ca2

Please sign in to comment.