From 65bf82ffce52f4854295d8b98482534f176d494e Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Tue, 21 Feb 2023 09:56:29 -0800 Subject: [PATCH] version 1.12.0 (#980) --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f66f456f..3e325e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ 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] +## [1.12.0] - 2023-02-20 + ### Added - Fused inplace-dropout in FFN layer in Transformer - `--force-decode` option for marian-decoder diff --git a/VERSION b/VERSION index 2eac760f..a5effa30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.11.15 +v1.12.0