diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..14e7f7b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [v1.0.0](https://github.com/AlchemyCMS/alchemy-sentry/tree/v1.0.0) (2023-09-01) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-sentry/compare/b6eea4594f2ed5018d800ccfaa6be5313852a157...v1.0.0) + +**Merged pull requests:** + +- Allow Alchemy 7.0 [\#3](https://github.com/AlchemyCMS/alchemy-sentry/pull/3) ([sascha-karnatz](https://github.com/sascha-karnatz)) +- Require sentry-rails [\#2](https://github.com/AlchemyCMS/alchemy-sentry/pull/2) ([tvdeyen](https://github.com/tvdeyen)) +- Rename airbrake.rb to sentry.rb [\#1](https://github.com/AlchemyCMS/alchemy-sentry/pull/1) ([DarkSwoop](https://github.com/DarkSwoop)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/lib/alchemy/sentry/version.rb b/lib/alchemy/sentry/version.rb index 43dbecc..bf16789 100644 --- a/lib/alchemy/sentry/version.rb +++ b/lib/alchemy/sentry/version.rb @@ -1,5 +1,5 @@ module Alchemy module Sentry - VERSION = "0.1.0" + VERSION = "1.0.0" end end