Skip to content

Commit

Permalink
update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Dec 4, 2023
1 parent 49006a7 commit 2495f24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [unreleased]
## [0.2.0] - 2023-12-04

### Bug Fixes

Expand Down Expand Up @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
- Chore: update ci.yml
- Chore: Clean up (#60)
- Chore: Integration tests (#61)
- Chore: update hashing method for steps (#75)

## [0.1.9] - 2023-08-01

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Notice

This is the README for `main` branch, which is for pre `0.2.0` release.

<!-- MDOC ! -->

<div align="center">
Expand Down Expand Up @@ -41,7 +37,7 @@ to your list of dependencies in `mix.exs`
# mix.exs
def deps do
[
{:inngest, git: "https://github.com/inngest/ex_inngest.git", branch: "main"}
{:inngest, "~> 0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.2.0
2 changes: 0 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ defmodule Inngest.MixProject do
[
{:tesla, "~> 1.4"},
{:jason, "~> 1.4"},
# JSON Canonicalization Scheme (JCS)
# {:jcs, git: "https://github.com/pzingg/jcs.git", ref: "24196d27ae7a9d1ab116e004d0aac07360ae4000"},
{:plug, "~> 1.14"},
{:timex, "~> 3.7"},
{:slugify, "~> 1.3"},
Expand Down

0 comments on commit 2495f24

Please sign in to comment.