diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe3d23..c80c4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.3.6 +- Added more chains: Optimism, Polygon Mumbai, Polygon, Fantom, and Binance Smart Chain + # v0.3.5 - feat: The name passed to the `Manifest` constructor now typechecks diff --git a/cli.ts b/cli.ts index a2e8956..0cc8ec8 100644 --- a/cli.ts +++ b/cli.ts @@ -11,7 +11,7 @@ import { } from "./cli/mod.ts"; import "https://deno.land/std@0.179.0/dotenv/load.ts"; -export const version = "v0.3.5"; +export const version = "v0.3.6"; const command = new Command() .name("arkiver")