Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
update version to v1.0.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
meppu authored May 29, 2023
1 parent ffbf7a0 commit efd72a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v1.0.1

- Fixed type specifications.
- Added `child_spec` for `surreal_config`.

# v1.0.0

- Added `surreal:close` for closing connection.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This library tries to be compatible with the [official implementation.](https://
Add `surreal` to your list of dependencies in `rebar.config` file:

```erlang
{deps, [{surreal, "1.0.0"}]}.
{deps, [{surreal, "1.0.1"}]}.
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/surreal.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, surreal, [
{description, "Erlang driver for SurrealDB"},
{vsn, "1.0.0"},
{vsn, "1.0.1"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit efd72a2

Please sign in to comment.