diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0da446..317592e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## v1.6.1 +## v1.7.0 +- Add keyboard shortcuts to control settings (#64) (@Dhanus3133) - Add reset password feature - Add Postmark adapter - Allow navigation within presenter window (#63) (@railsmechanic) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7c076cf..6223f1ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,8 @@ Don't forget to give the project a star! Thanks again! 2. Create your Feature Branch (`git checkout -b feature/amazing_feature`) 3. Commit your Changes (`git commit -m 'Add some amazing feature'`) 4. Push to the Branch (`git push origin feature/amazing_feature`) -5. Open a Pull Request +5. Open a Pull Request on `dev` branch ## Translations -You can contribute to the translations of this project by joining the POEditor project [here](https://poeditor.com/join/project/HbRyvyt3TT). \ No newline at end of file +You can contribute to the translations by editing or addind PO files in `/priv/gettext/` \ No newline at end of file