Skip to content

Commit

Permalink
Update docs for v1.0.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Feb 18, 2022
1 parent c5b21f8 commit 3a2b2f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Next]

## [1.0.0] - 2022-02-18

### Changed

- [**Breaking**] Return full graphql error objects instead of just a concatenated error message
Expand All @@ -17,17 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for global log options i.e. `config :bridge_ex, log_options: [...]`
- Compile time detection of incorrect auth0 config: if audience is not set but auth0 is enabled a `CompileError` is raised

### Removed

- Local `log_options` opt is no longer supported

## [0.4.1]
## [0.4.1] - 2022-02-07

### Added

- New `log_options` keyword list with options `:log_query_on_error` and `:log_response_on_error` for better control of what the lib logs on HTTP errors/request errors

## [0.4.0]
## [0.4.0] - 2022-02-02

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The package can be installed by adding `bridge_ex` to your list of dependencies
```elixir
def deps do
[
{:bridge_ex, "~> 0.4.0"}
{:bridge_ex, "~> 1.0.0"}
]
end
```
Expand Down

0 comments on commit 3a2b2f9

Please sign in to comment.