Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 1, 2023
1 parent 85cac7e commit 9d48375
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion lib/alchemy/sentry/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Sentry
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end

0 comments on commit 9d48375

Please sign in to comment.