diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c5d59..d08f748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,26 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. -## Unreleased -- new url for handling querystring offer data -- added notification functionality for disclosures +## 2.0.0 +### Added/updated +- New url for handling querystring offer data +- Added notification functionality for disclosures - Added user interface for adding and removing private loans - Update version of student-debt-calc to support multiple private loans - Updated dispatchers to handle multiple private loans - Updated DOM and JS to display totals properly - Update content to be dynamic based on API and offer data +### Removed +- API code for saving and revisiting worksheets + ## 1.1.0 - 2015-10-28 ### Initial refactoring - Retooling comparisontool as a disclosures app ### Added -- elasticsearch dependency and utilities script -- new model for school program data +- new models for school program data and constants - extended model for schools - tests and test framework -### Removed -- Haystack and Solr dependencies. - diff --git a/README.md b/README.md index b41088c..86c0457 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tools to help students make informed financial decisions about college. ![](compare_hero.png) -- **Status**: Alpha +- **Status**: Beta - This project is under construction. Please wear a hardhat. ### Setup dependencies diff --git a/repositories.yml b/repositories.yml index a760e40..96115fe 100644 --- a/repositories.yml +++ b/repositories.yml @@ -1 +1 @@ -deploy_repository: https://github.com/cfpb/college-costs.git@1.1.0 +deploy_repository: https://github.com/cfpb/college-costs.git@2.0.0 diff --git a/setup.py b/setup.py index 966e3d5..6f54091 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read_file(filename): setup( name='college-costs', - version='1.1.0', + version='2.0.0', author='CFPB', author_email='tech@cfpb.gov', maintainer='cfpb',