Skip to content

Commit

Permalink
release: 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 28, 2023
1 parent b2a04dd commit a565494
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 10.0.3

### Various fixes & improvements

- No "app.config" in "mix sentry.package_source_code" (#661) by @whatyouhide
- Add upgrade guide links to the changelog (#659) by @axelson

## 10.0.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

@version "10.0.2"
@version "10.0.3"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit a565494

Please sign in to comment.