CHANGELOG.md in openstudio-extension-0.2.1 vs CHANGELOG.md in openstudio-extension-0.2.2

- old
+ new

@@ -1,7 +1,14 @@ # OpenStudio Extension Gem +## Version 0.2.2 + +* Exclude measure tests from being released with the gem (reduces the size of the installed gem significantly) +* Add BCL commands to upload measures +* Update GitHub changelog gem to use Octokit compared to github_api (which was last released 3 years ago) +* Promote GitHub changelog creation to a rake task to be inherited by all downstream extension gems + ## Version 0.2.1 * Changes from 0.1.5 (runner.conf bug) * Changes from 0.1.6 (update core library) * Update measure tester to 0.2.2 (with Rubocop 0.54) @@ -38,6 +45,6 @@ * Support for BuildingSync gem * Add run_osws capability ## Version 0.1.1 -* Initial release \ No newline at end of file +* Initial release