Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Jul 30, 2024
1 parent 5d3191e commit 8f46387
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.3.1
### Bug fixes
-------------------------------------------------

fix: throw an error if trying to include a non-event type in the `include_events` array
fix: postgres connection error issue seen on supabase
fix: refactor postgres new to always try ssl first then retry without ssl to be inline with best practices
- fix: throw an error if trying to include a non-event type in the `include_events` array
- fix: postgres connection error issue seen on supabase
- fix: refactor postgres new to always try ssl first then retry without ssl to be inline with best practices

## 0.3.0-beta - 26th July 2024

Expand All @@ -50,8 +50,8 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.3.0
### Bug fixes
-------------------------------------------------

fix: resolve issue with no inputs in events syntax error for postgres
fix: better error message when etherscan is not supported for network
- fix: resolve issue with no inputs in events syntax error for postgres
- fix: better error message when etherscan is not supported for network


## 0.2.0-beta - 21th July 2024
Expand All @@ -73,7 +73,7 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.2.0
### Bug fixes
-------------------------------------------------

fix: resolve `substitute_env_variables` to use `${}` instead of `$<>` for env variables
- fix: resolve `substitute_env_variables` to use `${}` instead of `$<>` for env variables

## 0.1.4-beta - 20th July 2024

Expand Down Expand Up @@ -134,7 +134,7 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.1.1
### Bug fixes
-------------------------------------------------

fix: support all the int solidity types - https://github.com/joshstevens19/rindexer/issues/45
- fix: support all the int solidity types - https://github.com/joshstevens19/rindexer/issues/45

## 0.1.0-beta - 15th July 2024
-------------------------------------------------
Expand Down

0 comments on commit 8f46387

Please sign in to comment.