diff --git a/Changelog.md b/Changelog.md index 1724edaf9..33cce0256 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,24 @@ ### Deprecation + +### 0.6.2 + +### New features + +### Maintenance and fixes + +- Change default priors for the 't' family (#403) + +### Documentation + +- Add installation instructions with conda (#406) +- Corrected a typo: pary_id -> party_id (#402) +- Add donation information (#409) + +### Deprecation + + ### 0.6.1 ### Maintenance and fixes diff --git a/bambi/version.py b/bambi/version.py index 43c4ab005..22049ab2c 100644 --- a/bambi/version.py +++ b/bambi/version.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"