From cdbd7eb028bf80d536d4768330d7b471e03a078c Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 4 Jan 2023 11:54:21 -0800 Subject: [PATCH] Back to development (#369) --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2dca2a..deae5b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased +- No changes yet. + ## [1.16.0] - 2023-01-03 ### Added - Add `RecoverFromPanics` option, which provides panic-recovery mechanism for Container. diff --git a/version.go b/version.go index 3f7a6eb9..63b5fe78 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.16.0" +const Version = "1.17.0-dev"