diff --git a/CHANGELOG.md b/CHANGELOG.md index 444af18..76d6bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,29 @@ -# Change Log +# Changelog + +## [v0.7.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.7.0) (2019-11-23) + +[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.6.0...v0.7.0) + +## [v0.6.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.6.0) (2019-11-23) + +[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.5.0...v0.6.0) ## [v0.5.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.5.0) (2019-09-28) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.4.0...v0.5.0) +**Security fixes:** + +- chore\(deps\): \[security\] bump lodash from 4.17.11 to 4.17.14 [\#17](https://github.com/pinussilvestrus/feathers-python/pull/17) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + **Merged pull requests:** - chore\(deps\): bump @feathersjs/feathers from 4.3.1 to 4.3.2 [\#25](https://github.com/pinussilvestrus/feathers-python/pull/25) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) -- chore\(deps\): \[security\] bump lodash from 4.17.11 to 4.17.14 [\#17](https://github.com/pinussilvestrus/feathers-python/pull/17) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - chore\(deps\): bump @babel/core from 7.5.0 to 7.5.4 [\#16](https://github.com/pinussilvestrus/feathers-python/pull/16) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) - chore\(deps\): bump @babel/preset-env from 7.5.0 to 7.5.2 [\#14](https://github.com/pinussilvestrus/feathers-python/pull/14) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) ## [v0.4.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.4.0) (2019-07-05) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.3.1...v0.4.0) **Implemented enhancements:** @@ -18,6 +31,7 @@ - Update babel to @babel/core@latest [\#13](https://github.com/pinussilvestrus/feathers-python/issues/13) ## [v0.3.1](https://github.com/pinussilvestrus/feathers-python/tree/v0.3.1) (2019-06-09) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.3.0...v0.3.1) **Closed issues:** @@ -31,12 +45,15 @@ - Greenkeeper/mocha 6.1.1 [\#10](https://github.com/pinussilvestrus/feathers-python/pull/10) ([pinussilvestrus](https://github.com/pinussilvestrus)) ## [v0.3.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.3.0) (2019-03-22) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.2.0...v0.3.0) ## [v0.2.0](https://github.com/pinussilvestrus/feathers-python/tree/v0.2.0) (2019-03-22) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.1.3...v0.2.0) ## [v0.1.3](https://github.com/pinussilvestrus/feathers-python/tree/v0.1.3) (2019-02-21) + [Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/v0.1.2...v0.1.3) **Merged pull requests:** @@ -44,6 +61,9 @@ - Update mocha to the latest version 🚀 [\#8](https://github.com/pinussilvestrus/feathers-python/pull/8) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v0.1.2](https://github.com/pinussilvestrus/feathers-python/tree/v0.1.2) (2018-12-20) + +[Full Changelog](https://github.com/pinussilvestrus/feathers-python/compare/356d24e12fe3c643a1a7b1bd81398727440a77d8...v0.1.2) + **Merged pull requests:** - Update winston to the latest version 🚀 [\#7](https://github.com/pinussilvestrus/feathers-python/pull/7) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) @@ -54,4 +74,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/README.md b/README.md index 18b5e90..fa5279c 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ service.patch(null, { content: 'content'}).then((result) => { We use [`github-changelog-generator`](https://github.com/github-changelog-generator/github-changelog-generator) for updating the Changelog automatically. +```sh +$ gem install github_changelog_generator +$ github_changelog_generator -u pinussilvestrus -p feathers-python --no-http-cache +``` + ## Releasing We use [`np`](https://github.com/sindresorhus/np) for releasing new versions