Skip to content

Commit

Permalink
Bumps to v2.0.0
Browse files Browse the repository at this point in the history
- Adapts CHANGELOG.md
  • Loading branch information
san983 committed Jan 28, 2025
1 parent 480d390 commit 3841e31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## main

## 1.1.1
## 2.0.0

- Added CONTRIBUTING.md
- Added CHANGELOG.md
- Added release process to hex.pm
### Changed

- Bumps to OTP/27
- Replaced "jsx" with "json"

### Added

- erlfmt
- CONTRIBUTING.md
- CHANGELOG.md
- release process to hex.pm

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion src/bugsnag.erl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-define(NOTIFY_ENDPOINT, "https://notify.bugsnag.com").

-define(NOTIFIER_NAME, <<"Bugsnag Erlang">>).
-define(NOTIFIER_VERSION, <<"1.1.1">>).
-define(NOTIFIER_VERSION, <<"2.0.0">>).
-define(NOTIFIER_URL, <<"https://github.com/dnsimple/bugsnag-erlang">>).

% Public API
Expand Down
2 changes: 1 addition & 1 deletion src/bugsnag_erlang.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, bugsnag_erlang, [
{description, "Bugsnag notifier for Erlang applications."},
{licenses, ["MIT"]},
{vsn, "1.1.1"},
{vsn, "2.0.0"},
{mod, {bugsnag_app, []}},
{applications, [kernel, stdlib, inets, crypto, ssl, lager]},
{links, [{"GitHub", "https://github.com/dnsimple/bugsnag-erlang"}]}
Expand Down

0 comments on commit 3841e31

Please sign in to comment.