diff --git a/CHANGELOG.md b/CHANGELOG.md index 798e615..1aa7f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.7] - 2023-01-05 +## ~~[0.0.7]~~ [0.0.8] - 2023-01-05 ### Added - Add `akash_providers` datasource ### Changed diff --git a/Makefile b/Makefile index bbe3f61..a9e6fcc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TEST?=$$(go list ./... | grep -v 'vendor') NAMESPACE=cloud NAME=akash BINARY=terraform-provider-${NAME} -VERSION=0.0.7 +VERSION=0.0.8 OS_ARCH=darwin_arm64 OS := $(shell uname -s | tr A-Z a-z) HOSTNAME := $(shell hostname)